#0D2EAD

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

Shades of Egyptian Blue #0D2EAD

Tints of Egyptian Blue #0D2EAD

Color information

#0D2EAD (or 0x0D2EAD) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2E and AD. RGB value is (13,46,173). Sum of RGB (Red+Green+Blue) = 13+46+173=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 173 (67.97% from 255 or 74.57% from 232); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D2EAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2EAD is #F2D152. Grayscale: #323232. Windows color (decimal): -15913299 or 11349517. OLE color: 11349517.

HSL color Cylindrical-coordinate representation of color #0D2EAD: hue angle of 227.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D2EAD is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1346173-
CMYK0.920.7300.32
HSL227.62º86.02%36.47%-
HSV(B)227.62º92.49%67.84%-
XYZ8.695.0640.05-
YUV50.61197.07101.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.60%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 173 (67.97% from 255) = 74.57%
R=5.60%
G=19.83%
B=74.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13461730.920.7300.32227.6286.0236.47
HexD2EAD5C49020e45624
Octal155625513411104034412644
Binary110110111010101101101110010010010100000111001001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,46,173); }

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

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

 a { background-color: rgb(13,46,173); }

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

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

 span { border-color: rgb(13,46,173); }

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