Html Css Color HEX #0C3057 Prussian Blue

📋 copy color: '#0C3057'

red 12 ◦ green 48 ◦ blue 87

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

Shades of Prussian Blue #0C3057

Tints of Prussian Blue #0C3057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 87 (34.38% from 255) = 59.18%

R = 8.16%
G = 32.65%
B = 59.18%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0C3057 (or 0x0C3057) is known color: Prussian Blue. HEX triplet: 0C, 30 and 57. RGB value is (12,48,87). Sum of RGB (Red+Green+Blue) = 12+48+87=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #0C3057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3057 is #F3CFA8. Grayscale: #292929. Windows color (decimal): -15978409 or 5713932. OLE color: 5713932.

HSL color Cylindrical-coordinate representation of color #0C3057: hue angle of 211.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3057 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 48 87 -
CMYK 0.86 0.45 0 0.66
HSL 211.2º 0.76% 0.19% -
HSV(B) 211.2º 0.86% 0.34% -
XYZ 2.93 2.88 9.42 -
YUV 41.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 12 48 87 0.86 0.45 0 0.66 211.2 0.76 0.19
Hex C 30 57 56 2D 0 42 D3 4C 13
Octal 14 60 127 126 55 0 102 323 114 23
Binary 1100 110000 1010111 1010110 101101 0 1000010 11010011 1001100 10011

Color Harmonies of #0C3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3057

Black with #0C3057

Text Example


Text Example

White with #0C3057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,48,87); }

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

background-color css

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

 a { background-color: rgb(12,48,87); }

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

border-color css

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

 span { border-color: rgb(12,48,87); }

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