Html Css Color HEX #0E3867 Prussian Blue

📋 copy color: '#0E3867'

red 14 ◦ green 56 ◦ blue 103

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

Shades of Prussian Blue #0E3867

Tints of Prussian Blue #0E3867

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 103 (40.63% from 255) = 59.54%

R = 8.09%
G = 32.37%
B = 59.54%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0E3867 (or 0x0E3867) is known color: Prussian Blue. HEX triplet: 0E, 38 and 67. RGB value is (14,56,103). Sum of RGB (Red+Green+Blue) = 14+56+103=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #0E3867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E3867 is #F1C798. Grayscale: #303030. Windows color (decimal): -15845273 or 6764558. OLE color: 6764558.

HSL color Cylindrical-coordinate representation of color #0E3867: hue angle of 211.69º 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 #0E3867 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 56 103 -
CMYK 0.86 0.46 0 0.60
HSL 211.69º 0.76% 0.23% -
HSV(B) 211.69º 0.86% 0.4% -
XYZ 4.04 3.9 13.37 -
YUV 48.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 14 56 103 0.86 0.46 0 0.60 211.69 0.76 0.23
Hex E 38 67 56 2E 0 3C D4 4C 17
Octal 16 70 147 126 56 0 74 324 114 27
Binary 1110 111000 1100111 1010110 101110 0 111100 11010100 1001100 10111

Color Harmonies of #0E3867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E3867

Black with #0E3867

Text Example


Text Example

White with #0E3867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,56,103); }

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

background-color css

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

 a { background-color: rgb(14,56,103); }

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

border-color css

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

 span { border-color: rgb(14,56,103); }

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