Html Css Color HEX #0D41AA Egyptian Blue

📋 copy color: '#0D41AA'

red 13 ◦ green 65 ◦ blue 170

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

Shades of Egyptian Blue #0D41AA

Tints of Egyptian Blue #0D41AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

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

R = 5.24%
G = 26.21%
B = 68.55%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D41AA (or 0x0D41AA) is known color: Egyptian Blue. HEX triplet: 0D, 41 and AA. RGB value is (13,65,170). Sum of RGB (Red+Green+Blue) = 13+65+170=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D41AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D41AA is #F2BE55. Grayscale: #3C3C3C. Windows color (decimal): -15908438 or 11157773. OLE color: 11157773.

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

Color convert

RGB 13 65 170 -
CMYK 0.92 0.62 0 0.33
HSL 220.13º 0.86% 0.36% -
HSV(B) 220.13º 0.92% 0.67% -
XYZ 9.31 6.77 38.85 -
YUV 61.42 189.27 93.46 -
System Red Green Blue C M Y K H S L
Decimal 13 65 170 0.92 0.62 0 0.33 220.13 0.86 0.36
Hex D 41 AA 5C 3E 0 21 DC 56 24
Octal 15 101 252 134 76 0 41 334 126 44
Binary 1101 1000001 10101010 1011100 111110 0 100001 11011100 1010110 100100

Color Harmonies of #0D41AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D41AA

Black with #0D41AA

Text Example


Text Example

White with #0D41AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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