#0D2CB7

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

Shades of Egyptian Blue #0D2CB7

Tints of Egyptian Blue #0D2CB7

Color information

#0D2CB7 (or 0x0D2CB7) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 2C and B7. RGB value is (13,44,183). Sum of RGB (Red+Green+Blue) = 13+44+183=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 183 (71.88% from 255 or 76.25% from 240); Max value from RGB is 183 - color contains mainly: blue. Hex color #0D2CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D2CB7 is #F2D348. Grayscale: #313131. Windows color (decimal): -15913801 or 12004365. OLE color: 12004365.

HSL color Cylindrical-coordinate representation of color #0D2CB7: hue angle of 229.06º 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 #0D2CB7 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1344183-
CMYK0.930.7600.28
HSL229.06º86.73%38.43%-
HSV(B)229.06º92.9%71.76%-
XYZ9.615.3145.32-
YUV50.58202.73101.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.42%
GREEN value IS 44 (17.58% from 255) = 18.33%
BLUE value IS 183 (71.88% from 255) = 76.25%
R=5.42%
G=18.33%
B=76.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal13441830.930.7600.28229.0686.7338.43
HexD2CB75D4C01Ce55726
Octal155426713511403434512746
Binary11011011001011011110111011001100011100111001011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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