Html Css Color HEX #1924B0 Egyptian Blue

📋 copy color: '#1924B0'

red 25 ◦ green 36 ◦ blue 176

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

Shades of Egyptian Blue #1924B0

Tints of Egyptian Blue #1924B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 74.26%

R = 10.55%
G = 15.19%
B = 74.26%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1924B0 (or 0x1924B0) is known color: Egyptian Blue. HEX triplet: 19, 24 and B0. RGB value is (25,36,176). Sum of RGB (Red+Green+Blue) = 25+36+176=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 176 (69.14% from 255 or 74.26% from 237); Max value from RGB is 176 - color contains mainly: blue. Hex color #1924B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1924B0 is #E6DB4F. Grayscale: #303030. Windows color (decimal): -15129424 or 11543577. OLE color: 11543577.

HSL color Cylindrical-coordinate representation of color #1924B0: hue angle of 235.63º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1924B0 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 36 176 -
CMYK 0.86 0.80 0 0.31
HSL 235.63º 0.75% 0.39% -
HSV(B) 235.63º 0.86% 0.69% -
XYZ 8.87 4.6 41.5 -
YUV 48.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 25 36 176 0.86 0.80 0 0.31 235.63 0.75 0.39
Hex 19 24 B0 56 50 0 1F EC 4B 27
Octal 31 44 260 126 120 0 37 354 113 47
Binary 11001 100100 10110000 1010110 1010000 0 11111 11101100 1001011 100111

Color Harmonies of #1924B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1924B0

Black with #1924B0

Text Example


Text Example

White with #1924B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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