Html Css Color HEX #0C376C Prussian Blue

📋 copy color: '#0C376C'

red 12 ◦ green 55 ◦ blue 108

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

Shades of Prussian Blue #0C376C

Tints of Prussian Blue #0C376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 61.71%

R = 6.86%
G = 31.43%
B = 61.71%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C376C (or 0x0C376C) is known color: Prussian Blue. HEX triplet: 0C, 37 and 6C. RGB value is (12,55,108). Sum of RGB (Red+Green+Blue) = 12+55+108=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 108 (42.58% from 255 or 61.71% from 175); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C376C is #F3C893. Grayscale: #2F2F2F. Windows color (decimal): -15976596 or 7091980. OLE color: 7091980.

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

Color convert

RGB 12 55 108 -
CMYK 0.89 0.49 0 0.58
HSL 213.13º 0.8% 0.24% -
HSV(B) 213.13º 0.89% 0.42% -
XYZ 4.22 3.89 14.72 -
YUV 48.19 161.75 102.19 -
System Red Green Blue C M Y K H S L
Decimal 12 55 108 0.89 0.49 0 0.58 213.13 0.8 0.24
Hex C 37 6C 59 31 0 3A D5 50 18
Octal 14 67 154 131 61 0 72 325 120 30
Binary 1100 110111 1101100 1011001 110001 0 111010 11010101 1010000 11000

Color Harmonies of #0C376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C376C

Black with #0C376C

Text Example


Text Example

White with #0C376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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