Html Css Color HEX #0D1DAA Egyptian Blue

📋 copy color: '#0D1DAA'

red 13 ◦ green 29 ◦ blue 170

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

Shades of Egyptian Blue #0D1DAA

Tints of Egyptian Blue #0D1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 6.13%
G = 13.68%
B = 80.19%

CMYK

 C value IS 0.92

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0D1DAA (or 0x0D1DAA) is known color: Egyptian Blue. HEX triplet: 0D, 1D and AA. RGB value is (13,29,170). Sum of RGB (Red+Green+Blue) = 13+29+170=212 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.13% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #0D1DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D1DAA is #F2E255. Grayscale: #272727. Windows color (decimal): -15917654 or 11148557. OLE color: 11148557.

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

Color convert

RGB 13 29 170 -
CMYK 0.92 0.83 0 0.33
HSL 233.89º 0.86% 0.36% -
HSV(B) 233.89º 0.92% 0.67% -
XYZ 7.86 3.87 38.36 -
YUV 40.29 201.2 108.54 -
System Red Green Blue C M Y K H S L
Decimal 13 29 170 0.92 0.83 0 0.33 233.89 0.86 0.36
Hex D 1D AA 5C 53 0 21 EA 56 24
Octal 15 35 252 134 123 0 41 352 126 44
Binary 1101 11101 10101010 1011100 1010011 0 100001 11101010 1010110 100100

Color Harmonies of #0D1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1DAA

Black with #0D1DAA

Text Example


Text Example

White with #0D1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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