#0c27dd

Color #0C27DD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0C27DD

Tints of Persian Blue #0C27DD

Color information

#0C27DD (or 0x0C27DD) is unknown color: approx Persian Blue. HEX triplet: 0C, 27 and DD. RGB value is (12,39,221). Sum of RGB (Red+Green+Blue) = 12+39+221=272 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.41% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C27DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C27DD is #F3D822. Grayscale: #323232. Windows color (decimal): -15980579 or 14493452. OLE color: 14493452.

HSL color Cylindrical-coordinate representation of color #0C27DD: hue angle of 232.25º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C27DD is Cyan = 0.95, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1239221-
CMYK0.950.8200.13
HSL232.25º89.7%45.69%-
HSV(B)232.25º94.57%86.67%-
XYZ13.936.7568.98-
YUV51.68223.5599.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.41%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 221 (86.72% from 255) = 81.25%
R=4.41%
G=14.34%
B=81.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12392210.950.8200.13232.2589.745.69
HexC27DD5F520De85a2e
Octal144733513712201535013256
Binary1100100111110111011011111101001001101111010001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c27dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c27dd; }

 p { color: rgb(12,39,221); }

 H1.HeaderClassName
 {
   color: #0c27dd;
 }
 .AnyTagClassName
 {
   color: #0c27dd;
 }
</style>
background-color css

<style>
 a { background-color: #0c27dd; }

 a { background-color: rgb(12,39,221); }

 div.DivClassName
 {
   background-color: #0c27dd;
 }
 .BgClassName
 {
   background-color: #0c27dd;
 }
</style>
border-color css

<style>
 span { border-color: #0c27dd; }

 span { border-color: rgb(12,39,221); }

 td.TdClassName
 {
   border-color: #0c27dd;
 }
 .TagClassName
 {
   border-color: #0c27dd;
 }
</style>