#0D3DAD

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

Shades of Egyptian Blue #0D3DAD

Tints of Egyptian Blue #0D3DAD

Color information

#0D3DAD (or 0x0D3DAD) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 3D and AD. RGB value is (13,61,173). Sum of RGB (Red+Green+Blue) = 13+61+173=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D3DAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3DAD is #F2C252. Grayscale: #3A3A3A. Windows color (decimal): -15909459 or 11353357. OLE color: 11353357.

HSL color Cylindrical-coordinate representation of color #0D3DAD: hue angle of 222º 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 #0D3DAD is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1361173-
CMYK0.920.6500.32
HSL222º86.02%36.47%-
HSV(B)222º92.49%67.84%-
XYZ9.386.4440.28-
YUV59.42192.194.89-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.26%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 173 (67.97% from 255) = 70.04%
R=5.26%
G=24.70%
B=70.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13611730.920.6500.3222286.0236.47
HexD3DAD5C41020de5624
Octal157525513410104033612644
Binary110111110110101101101110010000010100000110111101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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