Html Css Color HEX #0E2E57 Prussian Blue

📋 copy color: '#0E2E57'

red 14 ◦ green 46 ◦ blue 87

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

Shades of Prussian Blue #0E2E57

Tints of Prussian Blue #0E2E57

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 87 (34.38% from 255) = 59.18%

R = 9.52%
G = 31.29%
B = 59.18%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E2E57 (or 0x0E2E57) is known color: Prussian Blue. HEX triplet: 0E, 2E and 57. RGB value is (14,46,87). Sum of RGB (Red+Green+Blue) = 14+46+87=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E2E57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2E57 is #F1D1A8. Grayscale: #282828. Windows color (decimal): -15847849 or 5713422. OLE color: 5713422.

HSL color Cylindrical-coordinate representation of color #0E2E57: hue angle of 213.7º 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 #0E2E57 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 14 46 87 -
CMYK 0.84 0.47 0 0.66
HSL 213.7º 0.72% 0.2% -
HSV(B) 213.7º 0.84% 0.34% -
XYZ 2.88 2.74 9.39 -
YUV 41.11 153.9 108.67 -
System Red Green Blue C M Y K H S L
Decimal 14 46 87 0.84 0.47 0 0.66 213.7 0.72 0.2
Hex E 2E 57 54 2F 0 42 D6 48 14
Octal 16 56 127 124 57 0 102 326 110 24
Binary 1110 101110 1010111 1010100 101111 0 1000010 11010110 1001000 10100

Color Harmonies of #0E2E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2E57

Black with #0E2E57

Text Example


Text Example

White with #0E2E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,46,87); }

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

background-color css

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

 a { background-color: rgb(14,46,87); }

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

border-color css

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

 span { border-color: rgb(14,46,87); }

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