Html Css Color HEX #1923AB Egyptian Blue

📋 copy color: '#1923AB'

red 25 ◦ green 35 ◦ blue 171

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

Shades of Egyptian Blue #1923AB

Tints of Egyptian Blue #1923AB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 10.82%
G = 15.15%
B = 74.03%

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1923AB (or 0x1923AB) is known color: Egyptian Blue. HEX triplet: 19, 23 and AB. RGB value is (25,35,171). Sum of RGB (Red+Green+Blue) = 25+35+171=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 171 (67.19% from 255 or 74.03% from 231); Max value from RGB is 171 - color contains mainly: blue. Hex color #1923AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1923AB is #E6DC54. Grayscale: #2E2E2E. Windows color (decimal): -15129685 or 11215641. OLE color: 11215641.

HSL color Cylindrical-coordinate representation of color #1923AB: hue angle of 235.89º 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 #1923AB is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 35 171 -
CMYK 0.85 0.80 0 0.33
HSL 235.89º 0.74% 0.38% -
HSV(B) 235.89º 0.85% 0.67% -
XYZ 8.35 4.35 38.93 -
YUV 47.51 197.69 111.94 -
System Red Green Blue C M Y K H S L
Decimal 25 35 171 0.85 0.80 0 0.33 235.89 0.74 0.38
Hex 19 23 AB 55 50 0 21 EC 4A 26
Octal 31 43 253 125 120 0 41 354 112 46
Binary 11001 100011 10101011 1010101 1010000 0 100001 11101100 1001010 100110

Color Harmonies of #1923AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1923AB

Black with #1923AB

Text Example


Text Example

White with #1923AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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