Html Css Color HEX #0E3356 Prussian Blue

📋 copy color: '#0E3356'

red 14 ◦ green 51 ◦ blue 86

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

Shades of Prussian Blue #0E3356

Tints of Prussian Blue #0E3356

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 9.27%
G = 33.77%
B = 56.95%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E3356 (or 0x0E3356) is known color: Prussian Blue. HEX triplet: 0E, 33 and 56. RGB value is (14,51,86). Sum of RGB (Red+Green+Blue) = 14+51+86=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #0E3356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3356 is #F1CCA9. Grayscale: #2B2B2B. Windows color (decimal): -15846570 or 5649166. OLE color: 5649166.

HSL color Cylindrical-coordinate representation of color #0E3356: hue angle of 209.17º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3356 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 51 86 -
CMYK 0.84 0.41 0 0.66
HSL 209.17º 0.72% 0.2% -
HSV(B) 209.17º 0.84% 0.34% -
XYZ 3.04 3.13 9.25 -
YUV 43.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 14 51 86 0.84 0.41 0 0.66 209.17 0.72 0.2
Hex E 33 56 54 29 0 42 D1 48 14
Octal 16 63 126 124 51 0 102 321 110 24
Binary 1110 110011 1010110 1010100 101001 0 1000010 11010001 1001000 10100

Color Harmonies of #0E3356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3356

Black with #0E3356

Text Example


Text Example

White with #0E3356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,51,86); }

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

background-color css

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

 a { background-color: rgb(14,51,86); }

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

border-color css

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

 span { border-color: rgb(14,51,86); }

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