#0D2BAE

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

Shades of Egyptian Blue #0D2BAE

Tints of Egyptian Blue #0D2BAE

Color information

#0D2BAE (or 0x0D2BAE) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2B and AE. RGB value is (13,43,174). Sum of RGB (Red+Green+Blue) = 13+43+174=230 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.65% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 174 (68.36% from 255 or 75.65% from 230); Max value from RGB is 174 - color contains mainly: blue. Hex color #0D2BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2BAE is #F2D451. Grayscale: #303030. Windows color (decimal): -15914066 or 11414285. OLE color: 11414285.

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

Color convert

RGB1343174-
CMYK0.930.7500.32
HSL228.82º86.1%36.67%-
HSV(B)228.82º92.53%68.24%-
XYZ8.674.8740.53-
YUV48.96198.56102.35-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.65%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 174 (68.36% from 255) = 75.65%
R=5.65%
G=18.70%
B=75.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13431740.930.7500.32228.8286.136.67
HexD2BAE5D4B020e55625
Octal155325613511304034512645
Binary110110101110101110101110110010110100000111001011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,43,174); }

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

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

 a { background-color: rgb(13,43,174); }

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

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

 span { border-color: rgb(13,43,174); }

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