Html Css Color HEX #0E3259 Prussian Blue

📋 copy color: '#0E3259'

red 14 ◦ green 50 ◦ blue 89

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

Shades of Prussian Blue #0E3259

Tints of Prussian Blue #0E3259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 58.17%

R = 9.15%
G = 32.68%
B = 58.17%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E3259 (or 0x0E3259) is known color: Prussian Blue. HEX triplet: 0E, 32 and 59. RGB value is (14,50,89). Sum of RGB (Red+Green+Blue) = 14+50+89=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 89 (35.16% from 255 or 58.17% from 153); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E3259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3259 is #F1CDA6. Grayscale: #2B2B2B. Windows color (decimal): -15846823 or 5845518. OLE color: 5845518.

HSL color Cylindrical-coordinate representation of color #0E3259: hue angle of 211.2º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E3259 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 50 89 -
CMYK 0.84 0.44 0 0.65
HSL 211.2º 0.73% 0.2% -
HSV(B) 211.2º 0.84% 0.35% -
XYZ 3.12 3.1 9.88 -
YUV 43.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 14 50 89 0.84 0.44 0 0.65 211.2 0.73 0.2
Hex E 32 59 54 2C 0 41 D3 49 14
Octal 16 62 131 124 54 0 101 323 111 24
Binary 1110 110010 1011001 1010100 101100 0 1000001 11010011 1001001 10100

Color Harmonies of #0E3259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3259

Black with #0E3259

Text Example


Text Example

White with #0E3259

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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