Html Css Color HEX #0C396E Prussian Blue

📋 copy color: '#0C396E'

red 12 ◦ green 57 ◦ blue 110

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

Shades of Prussian Blue #0C396E

Tints of Prussian Blue #0C396E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.84%

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

R = 6.7%
G = 31.84%
B = 61.45%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#0C396E (or 0x0C396E) is known color: Prussian Blue. HEX triplet: 0C, 39 and 6E. RGB value is (12,57,110). Sum of RGB (Red+Green+Blue) = 12+57+110=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 110 (43.36% from 255 or 61.45% from 179); Max value from RGB is 110 - color contains mainly: blue. Hex color #0C396E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C396E is #F3C691. Grayscale: #313131. Windows color (decimal): -15976082 or 7223564. OLE color: 7223564.

HSL color Cylindrical-coordinate representation of color #0C396E: hue angle of 212.45º 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 #0C396E is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 57 110 -
CMYK 0.89 0.48 0 0.57
HSL 212.45º 0.8% 0.24% -
HSV(B) 212.45º 0.89% 0.43% -
XYZ 4.43 4.13 15.32 -
YUV 49.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 12 57 110 0.89 0.48 0 0.57 212.45 0.8 0.24
Hex C 39 6E 59 30 0 39 D4 50 18
Octal 14 71 156 131 60 0 71 324 120 30
Binary 1100 111001 1101110 1011001 110000 0 111001 11010100 1010000 11000

Color Harmonies of #0C396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C396E

Black with #0C396E

Text Example


Text Example

White with #0C396E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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