Html Css Color HEX #0E365B Prussian Blue

📋 copy color: '#0E365B'

red 14 ◦ green 54 ◦ blue 91

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

Shades of Prussian Blue #0E365B

Tints of Prussian Blue #0E365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.96%

 BLUE value IS 91 (35.94% from 255) = 57.23%

R = 8.81%
G = 33.96%
B = 57.23%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E365B (or 0x0E365B) is known color: Prussian Blue. HEX triplet: 0E, 36 and 5B. RGB value is (14,54,91). Sum of RGB (Red+Green+Blue) = 14+54+91=159 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.81% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E365B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E365B is #F1C9A4. Grayscale: #2E2E2E. Windows color (decimal): -15845797 or 5977614. OLE color: 5977614.

HSL color Cylindrical-coordinate representation of color #0E365B: hue angle of 208.83º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E365B is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 14 54 91 -
CMYK 0.85 0.41 0 0.64
HSL 208.83º 0.73% 0.21% -
HSV(B) 208.83º 0.85% 0.36% -
XYZ 3.39 3.49 10.39 -
YUV 46.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 14 54 91 0.85 0.41 0 0.64 208.83 0.73 0.21
Hex E 36 5B 55 29 0 40 D1 49 15
Octal 16 66 133 125 51 0 100 321 111 25
Binary 1110 110110 1011011 1010101 101001 0 1000000 11010001 1001001 10101

Color Harmonies of #0E365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E365B

Black with #0E365B

Text Example


Text Example

White with #0E365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,54,91); }

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

background-color css

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

 a { background-color: rgb(14,54,91); }

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

border-color css

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

 span { border-color: rgb(14,54,91); }

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