Html Css Color HEX #0C37CC Persian Blue

📋 copy color: '#0C37CC'

red 12 ◦ green 55 ◦ blue 204

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

Shades of Persian Blue #0C37CC

Tints of Persian Blue #0C37CC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

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

R = 4.43%
G = 20.3%
B = 75.28%

CMYK

 C value IS 0.94

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0C37CC (or 0x0C37CC) is known color: Persian Blue. HEX triplet: 0C, 37 and CC. RGB value is (12,55,204). Sum of RGB (Red+Green+Blue) = 12+55+204=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 204 (80.08% from 255 or 75.28% from 271); Max value from RGB is 204 - color contains mainly: blue. Hex color #0C37CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C37CC is #F3C833. Grayscale: #3A3A3A. Windows color (decimal): -15976500 or 13383436. OLE color: 13383436.

HSL color Cylindrical-coordinate representation of color #0C37CC: hue angle of 226.56º 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 #0C37CC is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 12 55 204 -
CMYK 0.94 0.73 0 0.2
HSL 226.56º 0.89% 0.42% -
HSV(B) 226.56º 0.94% 0.8% -
XYZ 12.42 7.17 57.86 -
YUV 59.13 209.75 94.38 -
System Red Green Blue C M Y K H S L
Decimal 12 55 204 0.94 0.73 0 0.2 226.56 0.89 0.42
Hex C 37 CC 5E 49 0 14 E3 59 2A
Octal 14 67 314 136 111 0 24 343 131 52
Binary 1100 110111 11001100 1011110 1001001 0 10100 11100011 1011001 101010

Color Harmonies of #0C37CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C37CC

Black with #0C37CC

Text Example


Text Example

White with #0C37CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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