#0E3BB4

Color #0E3BB4 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0E3BB4

Tints of Egyptian Blue #0E3BB4

Color information

#0E3BB4 (or 0x0E3BB4) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 3B and B4. RGB value is (14,59,180). Sum of RGB (Red+Green+Blue) = 14+59+180=253 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.53% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 180 (70.70% from 255 or 71.15% from 253); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E3BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E3BB4 is #F1C44B. Grayscale: #3A3A3A. Windows color (decimal): -15844428 or 11811598. OLE color: 11811598.

HSL color Cylindrical-coordinate representation of color #0E3BB4: hue angle of 223.73º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E3BB4 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1459180-
CMYK0.920.6700.29
HSL223.73º85.57%38.04%-
HSV(B)223.73º92.22%70.59%-
XYZ9.986.5243.91-
YUV59.34196.0995.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.53%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 180 (70.70% from 255) = 71.15%
R=5.53%
G=23.32%
B=71.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14591800.920.6700.29223.7385.5738.04
HexE3BB45C4301De05626
Octal167326413410303534012646
Binary11101110111011010010111001000011011101111000001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,59,180); }

 H1.HeaderClassName
 {
   color: #0E3BB4;
 }
 .AnyTagClassName
 {
   color: #0E3BB4;
 }
</style>
background-color css

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

 a { background-color: rgb(14,59,180); }

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

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

 span { border-color: rgb(14,59,180); }

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