Html Css Color HEX #0E3669 Prussian Blue

📋 copy color: '#0E3669'

red 14 ◦ green 54 ◦ blue 105

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

Shades of Prussian Blue #0E3669

Tints of Prussian Blue #0E3669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.69%

R = 8.09%
G = 31.21%
B = 60.69%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0E3669 (or 0x0E3669) is known color: Prussian Blue. HEX triplet: 0E, 36 and 69. RGB value is (14,54,105). Sum of RGB (Red+Green+Blue) = 14+54+105=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E3669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3669 is #F1C996. Grayscale: #2F2F2F. Windows color (decimal): -15845783 or 6895118. OLE color: 6895118.

HSL color Cylindrical-coordinate representation of color #0E3669: hue angle of 213.63º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E3669 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 54 105 -
CMYK 0.87 0.49 0 0.59
HSL 213.63º 0.76% 0.23% -
HSV(B) 213.63º 0.87% 0.41% -
XYZ 4.05 3.75 13.88 -
YUV 47.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 14 54 105 0.87 0.49 0 0.59 213.63 0.76 0.23
Hex E 36 69 57 31 0 3B D6 4C 17
Octal 16 66 151 127 61 0 73 326 114 27
Binary 1110 110110 1101001 1010111 110001 0 111011 11010110 1001100 10111

Color Harmonies of #0E3669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3669

Black with #0E3669

Text Example


Text Example

White with #0E3669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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