Html Css Color HEX #0E4366 Prussian Blue

📋 copy color: '#0E4366'

red 14 ◦ green 67 ◦ blue 102

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

Shades of Prussian Blue #0E4366

Tints of Prussian Blue #0E4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.61%

 BLUE value IS 102 (40.23% from 255) = 55.74%

R = 7.65%
G = 36.61%
B = 55.74%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0E4366 (or 0x0E4366) is known color: Prussian Blue. HEX triplet: 0E, 43 and 66. RGB value is (14,67,102). Sum of RGB (Red+Green+Blue) = 14+67+102=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E4366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4366 is #F1BC99. Grayscale: #363636. Windows color (decimal): -15842458 or 6701838. OLE color: 6701838.

HSL color Cylindrical-coordinate representation of color #0E4366: hue angle of 203.86º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E4366 is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 67 102 -
CMYK 0.86 0.34 0 0.6
HSL 203.86º 0.76% 0.23% -
HSV(B) 203.86º 0.86% 0.4% -
XYZ 4.59 5.07 13.31 -
YUV 55.14 154.44 98.65 -
System Red Green Blue C M Y K H S L
Decimal 14 67 102 0.86 0.34 0 0.6 203.86 0.76 0.23
Hex E 43 66 56 22 0 3C CC 4C 17
Octal 16 103 146 126 42 0 74 314 114 27
Binary 1110 1000011 1100110 1010110 100010 0 111100 11001100 1001100 10111

Color Harmonies of #0E4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E4366

Black with #0E4366

Text Example


Text Example

White with #0E4366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,67,102); }

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

background-color css

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

 a { background-color: rgb(14,67,102); }

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

border-color css

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

 span { border-color: rgb(14,67,102); }

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