#0D3CAC

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

Shades of Egyptian Blue #0D3CAC

Tints of Egyptian Blue #0D3CAC

Color information

#0D3CAC (or 0x0D3CAC) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 3C and AC. RGB value is (13,60,172). Sum of RGB (Red+Green+Blue) = 13+60+172=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 172 (67.58% from 255 or 70.20% from 245); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D3CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D3CAC is #F2C353. Grayscale: #3A3A3A. Windows color (decimal): -15909716 or 11287565. OLE color: 11287565.

HSL color Cylindrical-coordinate representation of color #0D3CAC: hue angle of 222.26º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D3CAC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1360172-
CMYK0.920.6500.33
HSL222.26º85.95%36.27%-
HSV(B)222.26º92.44%67.45%-
XYZ9.236.339.76-
YUV58.72191.9395.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.31%
GREEN value IS 60 (23.83% from 255) = 24.49%
BLUE value IS 172 (67.58% from 255) = 70.20%
R=5.31%
G=24.49%
B=70.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13601720.920.6500.33222.2685.9536.27
HexD3CAC5C41021de5624
Octal157425413410104133612644
Binary110111110010101100101110010000010100001110111101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,60,172); }

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

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

 a { background-color: rgb(13,60,172); }

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

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

 span { border-color: rgb(13,60,172); }

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