Html Css Color HEX #101DAA Egyptian Blue

📋 copy color: '#101DAA'

red 16 ◦ green 29 ◦ blue 170

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

Shades of Egyptian Blue #101DAA

Tints of Egyptian Blue #101DAA

RGB

 RED value IS 16 (6.64% from 255) = 7.44%

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

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

R = 7.44%
G = 13.49%
B = 79.07%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#101DAA (or 0x101DAA) is known color: Egyptian Blue. HEX triplet: 10, 1D and AA. RGB value is (16,29,170). Sum of RGB (Red+Green+Blue) = 16+29+170=215 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.44% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #101DAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DAA is #EFE255. Grayscale: #282828. Windows color (decimal): -15721046 or 11148560. OLE color: 11148560.

HSL color Cylindrical-coordinate representation of color #101DAA: hue angle of 234.94º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #101DAA is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 29 170 -
CMYK 0.91 0.83 0 0.33
HSL 234.94º 0.83% 0.36% -
HSV(B) 234.94º 0.91% 0.67% -
XYZ 7.91 3.89 38.36 -
YUV 41.19 200.69 110.04 -
System Red Green Blue C M Y K H S L
Decimal 16 29 170 0.91 0.83 0 0.33 234.94 0.83 0.36
Hex 10 1D AA 5B 53 0 21 EB 53 24
Octal 20 35 252 133 123 0 41 353 123 44
Binary 10000 11101 10101010 1011011 1010011 0 100001 11101011 1010011 100100

Color Harmonies of #101DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101DAA

Black with #101DAA

Text Example


Text Example

White with #101DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101DAA; }

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

 H1.HeaderClassName
 {
   color: #101DAA;
 }
 .AnyTagClassName
 {
   color: #101DAA;
 }
</style>

background-color css

<style>
 a { background-color: #101DAA; }

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

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

border-color css

<style>
 span { border-color: #101DAA; }

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

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