Html Css Color HEX #0E3057 Prussian Blue

📋 copy color: '#0E3057'

red 14 ◦ green 48 ◦ blue 87

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

Shades of Prussian Blue #0E3057

Tints of Prussian Blue #0E3057

RGB

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

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

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

R = 9.4%
G = 32.21%
B = 58.39%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0E3057 (or 0x0E3057) is known color: Prussian Blue. HEX triplet: 0E, 30 and 57. RGB value is (14,48,87). Sum of RGB (Red+Green+Blue) = 14+48+87=149 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.40% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 87 (34.38% from 255 or 58.39% from 149); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E3057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3057 is #F1CFA8. Grayscale: #2A2A2A. Windows color (decimal): -15847337 or 5713934. OLE color: 5713934.

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

Color convert

RGB 14 48 87 -
CMYK 0.84 0.45 0 0.66
HSL 212.05º 0.72% 0.2% -
HSV(B) 212.05º 0.84% 0.34% -
XYZ 2.96 2.9 9.42 -
YUV 42.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 14 48 87 0.84 0.45 0 0.66 212.05 0.72 0.2
Hex E 30 57 54 2D 0 42 D4 48 14
Octal 16 60 127 124 55 0 102 324 110 24
Binary 1110 110000 1010111 1010100 101101 0 1000010 11010100 1001000 10100

Color Harmonies of #0E3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3057

Black with #0E3057

Text Example


Text Example

White with #0E3057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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