#0D389E

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

Shades of Egyptian Blue #0D389E

Tints of Egyptian Blue #0D389E

Color information

#0D389E (or 0x0D389E) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 38 and 9E. RGB value is (13,56,158). Sum of RGB (Red+Green+Blue) = 13+56+158=227 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.73% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #0D389E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D389E is #F2C761. Grayscale: #363636. Windows color (decimal): -15910754 or 10369037. OLE color: 10369037.

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

Color convert

RGB1356158-
CMYK0.920.6500.38
HSL222.21º84.8%33.53%-
HSV(B)222.21º91.77%61.96%-
XYZ7.755.3832.98-
YUV54.77186.2598.21-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.73%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 158 (62.11% from 255) = 69.60%
R=5.73%
G=24.67%
B=69.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13561580.920.6500.38222.2184.833.53
HexD389E5C41026de5522
Octal157023613410104633612542
Binary110111100010011110101110010000010100110110111101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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