Html Css Color HEX #1024AB Egyptian Blue

📋 copy color: '#1024AB'

red 16 ◦ green 36 ◦ blue 171

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

Shades of Egyptian Blue #1024AB

Tints of Egyptian Blue #1024AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 171 (67.19% from 255) = 76.68%

R = 7.17%
G = 16.14%
B = 76.68%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1024AB (or 0x1024AB) is known color: Egyptian Blue. HEX triplet: 10, 24 and AB. RGB value is (16,36,171). Sum of RGB (Red+Green+Blue) = 16+36+171=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #1024AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1024AB is #EFDB54. Grayscale: #2C2C2C. Windows color (decimal): -15719253 or 11215888. OLE color: 11215888.

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

Color convert

RGB 16 36 171 -
CMYK 0.91 0.79 0 0.33
HSL 232.26º 0.83% 0.37% -
HSV(B) 232.26º 0.91% 0.67% -
XYZ 8.2 4.31 38.93 -
YUV 45.41 198.87 107.02 -
System Red Green Blue C M Y K H S L
Decimal 16 36 171 0.91 0.79 0 0.33 232.26 0.83 0.37
Hex 10 24 AB 5B 4F 0 21 E8 53 25
Octal 20 44 253 133 117 0 41 350 123 45
Binary 10000 100100 10101011 1011011 1001111 0 100001 11101000 1010011 100101

Color Harmonies of #1024AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1024AB

Black with #1024AB

Text Example


Text Example

White with #1024AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1024AB; }

 p { color: rgb(16,36,171); }

 H1.HeaderClassName
 {
   color: #1024AB;
 }
 .AnyTagClassName
 {
   color: #1024AB;
 }
</style>

background-color css

<style>
 a { background-color: #1024AB; }

 a { background-color: rgb(16,36,171); }

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

border-color css

<style>
 span { border-color: #1024AB; }

 span { border-color: rgb(16,36,171); }

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