Html Css Color HEX #0C376A Prussian Blue

📋 copy color: '#0C376A'

red 12 ◦ green 55 ◦ blue 106

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

Shades of Prussian Blue #0C376A

Tints of Prussian Blue #0C376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 61.27%

R = 6.94%
G = 31.79%
B = 61.27%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C376A (or 0x0C376A) is known color: Prussian Blue. HEX triplet: 0C, 37 and 6A. RGB value is (12,55,106). Sum of RGB (Red+Green+Blue) = 12+55+106=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C376A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C376A is #F3C895. Grayscale: #2F2F2F. Windows color (decimal): -15976598 or 6960908. OLE color: 6960908.

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

Color convert

RGB 12 55 106 -
CMYK 0.89 0.48 0 0.58
HSL 212.55º 0.8% 0.23% -
HSV(B) 212.55º 0.89% 0.42% -
XYZ 4.12 3.85 14.16 -
YUV 47.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 12 55 106 0.89 0.48 0 0.58 212.55 0.8 0.23
Hex C 37 6A 59 30 0 3A D5 50 17
Octal 14 67 152 131 60 0 72 325 120 27
Binary 1100 110111 1101010 1011001 110000 0 111010 11010101 1010000 10111

Color Harmonies of #0C376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C376A

Black with #0C376A

Text Example


Text Example

White with #0C376A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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