Html Css Color HEX #0C3771 Prussian Blue

📋 copy color: '#0C3771'

red 12 ◦ green 55 ◦ blue 113

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

Shades of Prussian Blue #0C3771

Tints of Prussian Blue #0C3771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 6.67%
G = 30.56%
B = 62.78%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0C3771 (or 0x0C3771) is known color: Prussian Blue. HEX triplet: 0C, 37 and 71. RGB value is (12,55,113). Sum of RGB (Red+Green+Blue) = 12+55+113=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #0C3771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3771 is #F3C88E. Grayscale: #303030. Windows color (decimal): -15976591 or 7419660. OLE color: 7419660.

HSL color Cylindrical-coordinate representation of color #0C3771: hue angle of 214.46º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C3771 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 55 113 -
CMYK 0.89 0.51 0 0.56
HSL 214.46º 0.81% 0.25% -
HSV(B) 214.46º 0.89% 0.44% -
XYZ 4.5 4 16.16 -
YUV 48.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 12 55 113 0.89 0.51 0 0.56 214.46 0.81 0.25
Hex C 37 71 59 33 0 38 D6 51 19
Octal 14 67 161 131 63 0 70 326 121 31
Binary 1100 110111 1110001 1011001 110011 0 111000 11010110 1010001 11001

Color Harmonies of #0C3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3771

Black with #0C3771

Text Example


Text Example

White with #0C3771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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