#0D2798

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

Shades of Egyptian Blue #0D2798

Tints of Egyptian Blue #0D2798

Color information

#0D2798 (or 0x0D2798) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 27 and 98. RGB value is (13,39,152). Sum of RGB (Red+Green+Blue) = 13+39+152=204 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.37% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #0D2798 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D2798 is #F2D867. Grayscale: #2B2B2B. Windows color (decimal): -15915112 or 9971469. OLE color: 9971469.

HSL color Cylindrical-coordinate representation of color #0D2798: hue angle of 228.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D2798 is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1339152-
CMYK0.910.7400.40
HSL228.78º84.24%32.35%-
HSV(B)228.78º91.45%59.61%-
XYZ6.563.830.09-
YUV44.11188.89105.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.37%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 152 (59.77% from 255) = 74.51%
R=6.37%
G=19.12%
B=74.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13391520.910.7400.40228.7884.2432.35
HexD27985B4A028e55420
Octal154723013311205034512440
Binary110110011110011000101101110010100101000111001011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,39,152); }

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

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

 a { background-color: rgb(13,39,152); }

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

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

 span { border-color: rgb(13,39,152); }

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