Html Css Color HEX #0C366E Prussian Blue

📋 copy color: '#0C366E'

red 12 ◦ green 54 ◦ blue 110

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

Shades of Prussian Blue #0C366E

Tints of Prussian Blue #0C366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.5%

R = 6.82%
G = 30.68%
B = 62.5%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C366E (or 0x0C366E) is known color: Prussian Blue. HEX triplet: 0C, 36 and 6E. RGB value is (12,54,110). Sum of RGB (Red+Green+Blue) = 12+54+110=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C366E is #F3C991. Grayscale: #2F2F2F. Windows color (decimal): -15976850 or 7222796. OLE color: 7222796.

HSL color Cylindrical-coordinate representation of color #0C366E: hue angle of 214.29º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C366E is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 54 110 -
CMYK 0.89 0.51 0 0.57
HSL 214.29º 0.8% 0.24% -
HSV(B) 214.29º 0.89% 0.43% -
XYZ 4.29 3.84 15.27 -
YUV 47.83 163.09 102.45 -
System Red Green Blue C M Y K H S L
Decimal 12 54 110 0.89 0.51 0 0.57 214.29 0.8 0.24
Hex C 36 6E 59 33 0 39 D6 50 18
Octal 14 66 156 131 63 0 71 326 120 30
Binary 1100 110110 1101110 1011001 110011 0 111001 11010110 1010000 11000

Color Harmonies of #0C366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C366E

Black with #0C366E

Text Example


Text Example

White with #0C366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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