#0D349E

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

Shades of Egyptian Blue #0D349E

Tints of Egyptian Blue #0D349E

Color information

#0D349E (or 0x0D349E) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 34 and 9E. RGB value is (13,52,158). Sum of RGB (Red+Green+Blue) = 13+52+158=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 158 (62.11% from 255 or 70.85% from 223); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D349E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D349E is #F2CB61. Grayscale: #333333. Windows color (decimal): -15911778 or 10368013. OLE color: 10368013.

HSL color Cylindrical-coordinate representation of color #0D349E: hue angle of 223.86º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D349E is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1352158-
CMYK0.920.6700.38
HSL223.86º84.8%33.53%-
HSV(B)223.86º91.77%61.96%-
XYZ7.575.0132.92-
YUV52.42187.5899.88-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.83%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 158 (62.11% from 255) = 70.85%
R=5.83%
G=23.32%
B=70.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13521580.920.6700.38223.8684.833.53
HexD349E5C43026e05522
Octal156423613410304634012542
Binary110111010010011110101110010000110100110111000001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,52,158); }

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

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

 a { background-color: rgb(13,52,158); }

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

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

 span { border-color: rgb(13,52,158); }

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