Html Css Color HEX #1924AB Egyptian Blue

📋 copy color: '#1924AB'

red 25 ◦ green 36 ◦ blue 171

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

Shades of Egyptian Blue #1924AB

Tints of Egyptian Blue #1924AB

RGB

 RED value IS 25 (10.16% from 255) = 10.78%

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

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

R = 10.78%
G = 15.52%
B = 73.71%

CMYK

 C value IS 0.85

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1924AB (or 0x1924AB) is known color: Egyptian Blue. HEX triplet: 19, 24 and AB. RGB value is (25,36,171). Sum of RGB (Red+Green+Blue) = 25+36+171=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #1924AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1924AB is #E6DB54. Grayscale: #2F2F2F. Windows color (decimal): -15129429 or 11215897. OLE color: 11215897.

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

Color convert

RGB 25 36 171 -
CMYK 0.85 0.79 0 0.33
HSL 235.48º 0.74% 0.38% -
HSV(B) 235.48º 0.85% 0.67% -
XYZ 8.38 4.41 38.94 -
YUV 48.1 197.36 111.52 -
System Red Green Blue C M Y K H S L
Decimal 25 36 171 0.85 0.79 0 0.33 235.48 0.74 0.38
Hex 19 24 AB 55 4F 0 21 EB 4A 26
Octal 31 44 253 125 117 0 41 353 112 46
Binary 11001 100100 10101011 1010101 1001111 0 100001 11101011 1001010 100110

Color Harmonies of #1924AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1924AB

Black with #1924AB

Text Example


Text Example

White with #1924AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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