Html Css Color HEX #0D28AA Egyptian Blue

📋 copy color: '#0D28AA'

red 13 ◦ green 40 ◦ blue 170

#0D28AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0D28AA

Tints of Egyptian Blue #0D28AA

RGB

 RED value IS 13 (5.47% from 255) = 5.83%

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 170 (66.8% from 255) = 76.23%

R = 5.83%
G = 17.94%
B = 76.23%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D28AA (or 0x0D28AA) is known color: Egyptian Blue. HEX triplet: 0D, 28 and AA. RGB value is (13,40,170). Sum of RGB (Red+Green+Blue) = 13+40+170=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 170 (66.80% from 255 or 76.23% from 223); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D28AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D28AA is #F2D755. Grayscale: #2E2E2E. Windows color (decimal): -15914838 or 11151373. OLE color: 11151373.

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

Color convert

RGB 13 40 170 -
CMYK 0.92 0.76 0 0.33
HSL 229.68º 0.86% 0.36% -
HSV(B) 229.68º 0.92% 0.67% -
XYZ 8.18 4.51 38.47 -
YUV 46.75 197.55 103.93 -
System Red Green Blue C M Y K H S L
Decimal 13 40 170 0.92 0.76 0 0.33 229.68 0.86 0.36
Hex D 28 AA 5C 4C 0 21 E6 56 24
Octal 15 50 252 134 114 0 41 346 126 44
Binary 1101 101000 10101010 1011100 1001100 0 100001 11100110 1010110 100100

Color Harmonies of #0D28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D28AA

Black with #0D28AA

Text Example


Text Example

White with #0D28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,40,170); }

 H1.HeaderClassName
 {
   color: #0D28AA;
 }
 .AnyTagClassName
 {
   color: #0D28AA;
 }
</style>

background-color css

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

 a { background-color: rgb(13,40,170); }

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

border-color css

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

 span { border-color: rgb(13,40,170); }

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