#0D2DB7

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

Shades of Egyptian Blue #0D2DB7

Tints of Egyptian Blue #0D2DB7

Color information

#0D2DB7 (or 0x0D2DB7) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2D and B7. RGB value is (13,45,183). Sum of RGB (Red+Green+Blue) = 13+45+183=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 183 (71.88% from 255 or 75.93% from 241); Max value from RGB is 183 - color contains mainly: blue. Hex color #0D2DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2DB7 is #F2D248. Grayscale: #323232. Windows color (decimal): -15913545 or 12004621. OLE color: 12004621.

HSL color Cylindrical-coordinate representation of color #0D2DB7: hue angle of 228.71º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D2DB7 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1345183-
CMYK0.930.7500.28
HSL228.71º86.73%38.43%-
HSV(B)228.71º92.9%71.76%-
XYZ9.655.3845.33-
YUV51.16202.4100.78-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.39%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 183 (71.88% from 255) = 75.93%
R=5.39%
G=18.67%
B=75.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13451830.930.7500.28228.7186.7338.43
HexD2DB75D4B01Ce55726
Octal155526713511303434512746
Binary11011011011011011110111011001011011100111001011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,45,183); }

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

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

 a { background-color: rgb(13,45,183); }

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

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

 span { border-color: rgb(13,45,183); }

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