Html Css Color HEX #0C3858 Prussian Blue

📋 copy color: '#0C3858'

red 12 ◦ green 56 ◦ blue 88

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

Shades of Prussian Blue #0C3858

Tints of Prussian Blue #0C3858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.9%

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

R = 7.69%
G = 35.9%
B = 56.41%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0C3858 (or 0x0C3858) is known color: Prussian Blue. HEX triplet: 0C, 38 and 58. RGB value is (12,56,88). Sum of RGB (Red+Green+Blue) = 12+56+88=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #0C3858 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3858 is #F3C7A7. Grayscale: #2E2E2E. Windows color (decimal): -15976360 or 5781516. OLE color: 5781516.

HSL color Cylindrical-coordinate representation of color #0C3858: hue angle of 205.26º 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 #0C3858 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 56 88 -
CMYK 0.86 0.36 0 0.65
HSL 205.26º 0.76% 0.2% -
HSV(B) 205.26º 0.86% 0.35% -
XYZ 3.33 3.61 9.75 -
YUV 46.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 12 56 88 0.86 0.36 0 0.65 205.26 0.76 0.2
Hex C 38 58 56 24 0 41 CD 4C 14
Octal 14 70 130 126 44 0 101 315 114 24
Binary 1100 111000 1011000 1010110 100100 0 1000001 11001101 1001100 10100

Color Harmonies of #0C3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3858

Black with #0C3858

Text Example


Text Example

White with #0C3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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