Html Css Color HEX #0E2F58 Prussian Blue

📋 copy color: '#0E2F58'

red 14 ◦ green 47 ◦ blue 88

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

Shades of Prussian Blue #0E2F58

Tints of Prussian Blue #0E2F58

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.54%

 BLUE value IS 88 (34.77% from 255) = 59.06%

R = 9.4%
G = 31.54%
B = 59.06%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E2F58 (or 0x0E2F58) is known color: Prussian Blue. HEX triplet: 0E, 2F and 58. RGB value is (14,47,88). Sum of RGB (Red+Green+Blue) = 14+47+88=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E2F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E2F58 is #F1D0A7. Grayscale: #292929. Windows color (decimal): -15847592 or 5779214. OLE color: 5779214.

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

Color convert

RGB 14 47 88 -
CMYK 0.84 0.47 0 0.65
HSL 213.24º 0.73% 0.2% -
HSV(B) 213.24º 0.84% 0.35% -
XYZ 2.96 2.83 9.62 -
YUV 41.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 14 47 88 0.84 0.47 0 0.65 213.24 0.73 0.2
Hex E 2F 58 54 2F 0 41 D5 49 14
Octal 16 57 130 124 57 0 101 325 111 24
Binary 1110 101111 1011000 1010100 101111 0 1000001 11010101 1001001 10100

Color Harmonies of #0E2F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2F58

Black with #0E2F58

Text Example


Text Example

White with #0E2F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,47,88); }

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

background-color css

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

 a { background-color: rgb(14,47,88); }

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

border-color css

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

 span { border-color: rgb(14,47,88); }

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