Html Css Color HEX #0C36CC Persian Blue

📋 copy color: '#0C36CC'

red 12 ◦ green 54 ◦ blue 204

#0C36CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #0C36CC

Tints of Persian Blue #0C36CC

RGB

 RED value IS 12 (5.08% from 255) = 4.44%

 GREEN value IS 54 (21.48% from 255) = 20%

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 4.44%
G = 20%
B = 75.56%

CMYK

 C value IS 0.94

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C36CC (or 0x0C36CC) is known color: Persian Blue. HEX triplet: 0C, 36 and CC. RGB value is (12,54,204). Sum of RGB (Red+Green+Blue) = 12+54+204=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C36CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C36CC is #F3C933. Grayscale: #393939. Windows color (decimal): -15976756 or 13383180. OLE color: 13383180.

HSL color Cylindrical-coordinate representation of color #0C36CC: hue angle of 226.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C36CC is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 54 204 -
CMYK 0.94 0.74 0 0.2
HSL 226.88º 0.89% 0.42% -
HSV(B) 226.88º 0.94% 0.8% -
XYZ 12.37 7.08 57.84 -
YUV 58.54 210.09 94.8 -
System Red Green Blue C M Y K H S L
Decimal 12 54 204 0.94 0.74 0 0.2 226.88 0.89 0.42
Hex C 36 CC 5E 4A 0 14 E3 59 2A
Octal 14 66 314 136 112 0 24 343 131 52
Binary 1100 110110 11001100 1011110 1001010 0 10100 11100011 1011001 101010

Color Harmonies of #0C36CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C36CC

Black with #0C36CC

Text Example


Text Example

White with #0C36CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,54,204); }

 H1.HeaderClassName
 {
   color: #0C36CC;
 }
 .AnyTagClassName
 {
   color: #0C36CC;
 }
</style>

background-color css

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

 a { background-color: rgb(12,54,204); }

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

border-color css

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

 span { border-color: rgb(12,54,204); }

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