Html Css Color HEX #0C3258 Prussian Blue

📋 copy color: '#0C3258'

red 12 ◦ green 50 ◦ blue 88

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

Shades of Prussian Blue #0C3258

Tints of Prussian Blue #0C3258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.33%

 BLUE value IS 88 (34.77% from 255) = 58.67%

R = 8%
G = 33.33%
B = 58.67%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C3258 (or 0x0C3258) is known color: Prussian Blue. HEX triplet: 0C, 32 and 58. RGB value is (12,50,88). Sum of RGB (Red+Green+Blue) = 12+50+88=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C3258 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3258 is #F3CDA7. Grayscale: #2A2A2A. Windows color (decimal): -15977896 or 5779980. OLE color: 5779980.

HSL color Cylindrical-coordinate representation of color #0C3258: hue angle of 210º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3258 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 50 88 -
CMYK 0.86 0.43 0 0.65
HSL 210º 0.76% 0.2% -
HSV(B) 210º 0.86% 0.35% -
XYZ 3.05 3.06 9.66 -
YUV 42.97 153.41 105.91 -
System Red Green Blue C M Y K H S L
Decimal 12 50 88 0.86 0.43 0 0.65 210 0.76 0.2
Hex C 32 58 56 2B 0 41 D2 4C 14
Octal 14 62 130 126 53 0 101 322 114 24
Binary 1100 110010 1011000 1010110 101011 0 1000001 11010010 1001100 10100

Color Harmonies of #0C3258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3258

Black with #0C3258

Text Example


Text Example

White with #0C3258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,50,88); }

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

background-color css

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

 a { background-color: rgb(12,50,88); }

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

border-color css

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

 span { border-color: rgb(12,50,88); }

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