Html Css Color HEX #0E3257 Prussian Blue

📋 copy color: '#0E3257'

red 14 ◦ green 50 ◦ blue 87

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

Shades of Prussian Blue #0E3257

Tints of Prussian Blue #0E3257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.11%

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

R = 9.27%
G = 33.11%
B = 57.62%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E3257 (or 0x0E3257) is known color: Prussian Blue. HEX triplet: 0E, 32 and 57. RGB value is (14,50,87). Sum of RGB (Red+Green+Blue) = 14+50+87=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 50 (19.92% from 255 or 33.11% from 151); Blue value is 87 (34.38% from 255 or 57.62% from 151); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E3257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3257 is #F1CDA8. Grayscale: #2B2B2B. Windows color (decimal): -15846825 or 5714446. OLE color: 5714446.

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

Color convert

RGB 14 50 87 -
CMYK 0.84 0.43 0 0.66
HSL 210.41º 0.72% 0.2% -
HSV(B) 210.41º 0.84% 0.34% -
XYZ 3.04 3.06 9.45 -
YUV 43.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 14 50 87 0.84 0.43 0 0.66 210.41 0.72 0.2
Hex E 32 57 54 2B 0 42 D2 48 14
Octal 16 62 127 124 53 0 102 322 110 24
Binary 1110 110010 1010111 1010100 101011 0 1000010 11010010 1001000 10100

Color Harmonies of #0E3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3257

Black with #0E3257

Text Example


Text Example

White with #0E3257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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