Html Css Color HEX #0C4066 Prussian Blue

📋 copy color: '#0C4066'

red 12 ◦ green 64 ◦ blue 102

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

Shades of Prussian Blue #0C4066

Tints of Prussian Blue #0C4066

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

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

R = 6.74%
G = 35.96%
B = 57.3%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0C4066 (or 0x0C4066) is known color: Prussian Blue. HEX triplet: 0C, 40 and 66. RGB value is (12,64,102). Sum of RGB (Red+Green+Blue) = 12+64+102=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #0C4066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4066 is #F3BF99. Grayscale: #343434. Windows color (decimal): -15974298 or 6701068. OLE color: 6701068.

HSL color Cylindrical-coordinate representation of color #0C4066: hue angle of 205.33º 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 #0C4066 is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 12 64 102 -
CMYK 0.88 0.37 0 0.6
HSL 205.33º 0.79% 0.22% -
HSV(B) 205.33º 0.88% 0.4% -
XYZ 4.38 4.7 13.25 -
YUV 52.78 155.77 98.91 -
System Red Green Blue C M Y K H S L
Decimal 12 64 102 0.88 0.37 0 0.6 205.33 0.79 0.22
Hex C 40 66 58 25 0 3C CD 4F 16
Octal 14 100 146 130 45 0 74 315 117 26
Binary 1100 1000000 1100110 1011000 100101 0 111100 11001101 1001111 10110

Color Harmonies of #0C4066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4066

Black with #0C4066

Text Example


Text Example

White with #0C4066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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