Html Css Color HEX #101DAE Egyptian Blue

📋 copy color: '#101DAE'

red 16 ◦ green 29 ◦ blue 174

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

Shades of Egyptian Blue #101DAE

Tints of Egyptian Blue #101DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 79.45%

R = 7.31%
G = 13.24%
B = 79.45%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#101DAE (or 0x101DAE) is known color: Egyptian Blue. HEX triplet: 10, 1D and AE. RGB value is (16,29,174). Sum of RGB (Red+Green+Blue) = 16+29+174=219 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.31% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #101DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101DAE is #EFE251. Grayscale: #292929. Windows color (decimal): -15721042 or 11410704. OLE color: 11410704.

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

Color convert

RGB 16 29 174 -
CMYK 0.91 0.83 0 0.32
HSL 235.06º 0.83% 0.37% -
HSV(B) 235.06º 0.91% 0.68% -
XYZ 8.29 4.04 40.39 -
YUV 41.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 16 29 174 0.91 0.83 0 0.32 235.06 0.83 0.37
Hex 10 1D AE 5B 53 0 20 EB 53 25
Octal 20 35 256 133 123 0 40 353 123 45
Binary 10000 11101 10101110 1011011 1010011 0 100000 11101011 1010011 100101

Color Harmonies of #101DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101DAE

Black with #101DAE

Text Example


Text Example

White with #101DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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