Html Css Color HEX #0E355A Prussian Blue

📋 copy color: '#0E355A'

red 14 ◦ green 53 ◦ blue 90

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

Shades of Prussian Blue #0E355A

Tints of Prussian Blue #0E355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

 BLUE value IS 90 (35.55% from 255) = 57.32%

R = 8.92%
G = 33.76%
B = 57.32%

CMYK

 C value IS 0.84

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E355A (or 0x0E355A) is known color: Prussian Blue. HEX triplet: 0E, 35 and 5A. RGB value is (14,53,90). Sum of RGB (Red+Green+Blue) = 14+53+90=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E355A is #F1CAA5. Grayscale: #2D2D2D. Windows color (decimal): -15846054 or 5911822. OLE color: 5911822.

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

Color convert

RGB 14 53 90 -
CMYK 0.84 0.41 0 0.65
HSL 209.21º 0.73% 0.2% -
HSV(B) 209.21º 0.84% 0.35% -
XYZ 3.3 3.38 10.15 -
YUV 45.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 14 53 90 0.84 0.41 0 0.65 209.21 0.73 0.2
Hex E 35 5A 54 29 0 41 D1 49 14
Octal 16 65 132 124 51 0 101 321 111 24
Binary 1110 110101 1011010 1010100 101001 0 1000001 11010001 1001001 10100

Color Harmonies of #0E355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E355A

Black with #0E355A

Text Example


Text Example

White with #0E355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,53,90); }

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

background-color css

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

 a { background-color: rgb(14,53,90); }

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

border-color css

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

 span { border-color: rgb(14,53,90); }

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