Html Css Color HEX #0C2C55 Prussian Blue

📋 copy color: '#0C2C55'

red 12 ◦ green 44 ◦ blue 85

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

Shades of Prussian Blue #0C2C55

Tints of Prussian Blue #0C2C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.21%

 BLUE value IS 85 (33.59% from 255) = 60.28%

R = 8.51%
G = 31.21%
B = 60.28%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0C2C55 (or 0x0C2C55) is known color: Prussian Blue. HEX triplet: 0C, 2C and 55. RGB value is (12,44,85). Sum of RGB (Red+Green+Blue) = 12+44+85=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #0C2C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C2C55 is #F3D3AA. Grayscale: #262626. Windows color (decimal): -15979435 or 5581836. OLE color: 5581836.

HSL color Cylindrical-coordinate representation of color #0C2C55: hue angle of 213.7º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C2C55 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 44 85 -
CMYK 0.86 0.48 0 0.67
HSL 213.7º 0.75% 0.19% -
HSV(B) 213.7º 0.86% 0.33% -
XYZ 2.69 2.54 8.94 -
YUV 39.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 12 44 85 0.86 0.48 0 0.67 213.7 0.75 0.19
Hex C 2C 55 56 30 0 43 D6 4B 13
Octal 14 54 125 126 60 0 103 326 113 23
Binary 1100 101100 1010101 1010110 110000 0 1000011 11010110 1001011 10011

Color Harmonies of #0C2C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2C55

Black with #0C2C55

Text Example


Text Example

White with #0C2C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,44,85); }

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

background-color css

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

 a { background-color: rgb(12,44,85); }

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

border-color css

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

 span { border-color: rgb(12,44,85); }

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