Html Css Color HEX #0C4566 Prussian Blue

📋 copy color: '#0C4566'

red 12 ◦ green 69 ◦ blue 102

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

Shades of Prussian Blue #0C4566

Tints of Prussian Blue #0C4566

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 102 (40.23% from 255) = 55.74%

R = 6.56%
G = 37.7%
B = 55.74%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0C4566 (or 0x0C4566) is known color: Prussian Blue. HEX triplet: 0C, 45 and 66. RGB value is (12,69,102). Sum of RGB (Red+Green+Blue) = 12+69+102=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C4566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4566 is #F3BA99. Grayscale: #373737. Windows color (decimal): -15973018 or 6702348. OLE color: 6702348.

HSL color Cylindrical-coordinate representation of color #0C4566: hue angle of 202º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C4566 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 12 69 102 -
CMYK 0.88 0.32 0 0.6
HSL 202º 0.79% 0.22% -
HSV(B) 202º 0.88% 0.4% -
XYZ 4.68 5.29 13.35 -
YUV 55.72 154.12 96.82 -
System Red Green Blue C M Y K H S L
Decimal 12 69 102 0.88 0.32 0 0.6 202 0.79 0.22
Hex C 45 66 58 20 0 3C CA 4F 16
Octal 14 105 146 130 40 0 74 312 117 26
Binary 1100 1000101 1100110 1011000 100000 0 111100 11001010 1001111 10110

Color Harmonies of #0C4566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4566

Black with #0C4566

Text Example


Text Example

White with #0C4566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,69,102); }

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

background-color css

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

 a { background-color: rgb(12,69,102); }

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

border-color css

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

 span { border-color: rgb(12,69,102); }

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