Html Css Color HEX #0E386C Prussian Blue

📋 copy color: '#0E386C'

red 14 ◦ green 56 ◦ blue 108

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

Shades of Prussian Blue #0E386C

Tints of Prussian Blue #0E386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.67%

R = 7.87%
G = 31.46%
B = 60.67%

CMYK

 C value IS 0.87

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0E386C (or 0x0E386C) is known color: Prussian Blue. HEX triplet: 0E, 38 and 6C. RGB value is (14,56,108). Sum of RGB (Red+Green+Blue) = 14+56+108=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E386C is #F1C793. Grayscale: #313131. Windows color (decimal): -15845268 or 7092238. OLE color: 7092238.

HSL color Cylindrical-coordinate representation of color #0E386C: hue angle of 213.19º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E386C is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 56 108 -
CMYK 0.87 0.48 0 0.58
HSL 213.19º 0.77% 0.24% -
HSV(B) 213.19º 0.87% 0.42% -
XYZ 4.3 4 14.73 -
YUV 49.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 14 56 108 0.87 0.48 0 0.58 213.19 0.77 0.24
Hex E 38 6C 57 30 0 3A D5 4D 18
Octal 16 70 154 127 60 0 72 325 115 30
Binary 1110 111000 1101100 1010111 110000 0 111010 11010101 1001101 11000

Color Harmonies of #0E386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E386C

Black with #0E386C

Text Example


Text Example

White with #0E386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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