#0E30B0

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

Shades of Egyptian Blue #0E30B0

Tints of Egyptian Blue #0E30B0

Color information

#0E30B0 (or 0x0E30B0) is unknown color: approx Egyptian Blue. HEX triplet: 0E, 30 and B0. RGB value is (14,48,176). Sum of RGB (Red+Green+Blue) = 14+48+176=238 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.88% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 176 (69.14% from 255 or 73.95% from 238); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E30B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E30B0 is #F1CF4F. Grayscale: #333333. Windows color (decimal): -15847248 or 11546638. OLE color: 11546638.

HSL color Cylindrical-coordinate representation of color #0E30B0: hue angle of 227.41º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E30B0 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1448176-
CMYK0.920.7300.31
HSL227.41º85.26%37.25%-
HSV(B)227.41º92.05%69.02%-
XYZ9.075.3441.63-
YUV52.43197.74100.59-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.88%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 176 (69.14% from 255) = 73.95%
R=5.88%
G=20.17%
B=73.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14481760.920.7300.31227.4185.2637.25
HexE30B05C4901Fe35525
Octal166026013411103734312545
Binary11101100001011000010111001001001011111111000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E30B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,48,176); }

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

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

 a { background-color: rgb(14,48,176); }

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

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

 span { border-color: rgb(14,48,176); }

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