Html Css Color HEX #0E3872 Prussian Blue

📋 copy color: '#0E3872'

red 14 ◦ green 56 ◦ blue 114

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

Shades of Prussian Blue #0E3872

Tints of Prussian Blue #0E3872

RGB

 RED value IS 14 (5.86% from 255) = 7.61%

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

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 7.61%
G = 30.43%
B = 61.96%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E3872 (or 0x0E3872) is known color: Prussian Blue. HEX triplet: 0E, 38 and 72. RGB value is (14,56,114). Sum of RGB (Red+Green+Blue) = 14+56+114=184 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.61% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E3872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3872 is #F1C78D. Grayscale: #313131. Windows color (decimal): -15845262 or 7485454. OLE color: 7485454.

HSL color Cylindrical-coordinate representation of color #0E3872: hue angle of 214.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E3872 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 56 114 -
CMYK 0.88 0.51 0 0.55
HSL 214.8º 0.78% 0.25% -
HSV(B) 214.8º 0.88% 0.45% -
XYZ 4.63 4.14 16.47 -
YUV 50.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 14 56 114 0.88 0.51 0 0.55 214.8 0.78 0.25
Hex E 38 72 58 33 0 37 D7 4E 19
Octal 16 70 162 130 63 0 67 327 116 31
Binary 1110 111000 1110010 1011000 110011 0 110111 11010111 1001110 11001

Color Harmonies of #0E3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3872

Black with #0E3872

Text Example


Text Example

White with #0E3872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,56,114); }

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

background-color css

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

 a { background-color: rgb(14,56,114); }

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

border-color css

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

 span { border-color: rgb(14,56,114); }

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