Html Css Color HEX #0E3673 Prussian Blue

📋 copy color: '#0E3673'

red 14 ◦ green 54 ◦ blue 115

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

Shades of Prussian Blue #0E3673

Tints of Prussian Blue #0E3673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

 BLUE value IS 115 (45.31% from 255) = 62.84%

R = 7.65%
G = 29.51%
B = 62.84%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0E3673 (or 0x0E3673) is known color: Prussian Blue. HEX triplet: 0E, 36 and 73. RGB value is (14,54,115). Sum of RGB (Red+Green+Blue) = 14+54+115=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #0E3673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3673 is #F1C98C. Grayscale: #303030. Windows color (decimal): -15845773 or 7550478. OLE color: 7550478.

HSL color Cylindrical-coordinate representation of color #0E3673: hue angle of 216.24º 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 #0E3673 is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 14 54 115 -
CMYK 0.88 0.53 0 0.55
HSL 216.24º 0.78% 0.25% -
HSV(B) 216.24º 0.88% 0.45% -
XYZ 4.59 3.97 16.74 -
YUV 48.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 14 54 115 0.88 0.53 0 0.55 216.24 0.78 0.25
Hex E 36 73 58 35 0 37 D8 4E 19
Octal 16 66 163 130 65 0 67 330 116 31
Binary 1110 110110 1110011 1011000 110101 0 110111 11011000 1001110 11001

Color Harmonies of #0E3673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3673

Black with #0E3673

Text Example


Text Example

White with #0E3673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,54,115); }

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

background-color css

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

 a { background-color: rgb(14,54,115); }

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

border-color css

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

 span { border-color: rgb(14,54,115); }

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