#0D23A4

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

Shades of Egyptian Blue #0D23A4

Tints of Egyptian Blue #0D23A4

Color information

#0D23A4 (or 0x0D23A4) is unknown color: approx Egyptian Blue. HEX triplet: 0D, 23 and A4. RGB value is (13,35,164). Sum of RGB (Red+Green+Blue) = 13+35+164=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 164 (64.45% from 255 or 77.36% from 212); Max value from RGB is 164 - color contains mainly: blue. Hex color #0D23A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D23A4 is #F2DC5B. Grayscale: #2A2A2A. Windows color (decimal): -15916124 or 10756877. OLE color: 10756877.

HSL color Cylindrical-coordinate representation of color #0D23A4: hue angle of 231.26º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D23A4 is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1335164-
CMYK0.920.7900.36
HSL231.26º85.31%34.71%-
HSV(B)231.26º92.07%64.31%-
XYZ7.473.9735.49-
YUV43.13196.21106.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.13%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 164 (64.45% from 255) = 77.36%
R=6.13%
G=16.51%
B=77.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13351640.920.7900.36231.2685.3134.71
HexD23A45C4F024e75523
Octal154324413411704434712543
Binary110110001110100100101110010011110100100111001111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D23A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,35,164); }

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

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

 a { background-color: rgb(13,35,164); }

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

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

 span { border-color: rgb(13,35,164); }

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