Html Css Color HEX #0E305B Prussian Blue

📋 copy color: '#0E305B'

red 14 ◦ green 48 ◦ blue 91

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

Shades of Prussian Blue #0E305B

Tints of Prussian Blue #0E305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 9.15%
G = 31.37%
B = 59.48%

CMYK

 C value IS 0.85

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0E305B (or 0x0E305B) is known color: Prussian Blue. HEX triplet: 0E, 30 and 5B. RGB value is (14,48,91). Sum of RGB (Red+Green+Blue) = 14+48+91=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E305B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E305B is #F1CFA4. Grayscale: #2A2A2A. Windows color (decimal): -15847333 or 5976078. OLE color: 5976078.

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

Color convert

RGB 14 48 91 -
CMYK 0.85 0.47 0 0.64
HSL 213.51º 0.73% 0.21% -
HSV(B) 213.51º 0.85% 0.36% -
XYZ 3.13 2.96 10.3 -
YUV 42.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 14 48 91 0.85 0.47 0 0.64 213.51 0.73 0.21
Hex E 30 5B 55 2F 0 40 D6 49 15
Octal 16 60 133 125 57 0 100 326 111 25
Binary 1110 110000 1011011 1010101 101111 0 1000000 11010110 1001001 10101

Color Harmonies of #0E305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E305B

Black with #0E305B

Text Example


Text Example

White with #0E305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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