Html Css Color HEX #1935AB Egyptian Blue

📋 copy color: '#1935AB'

red 25 ◦ green 53 ◦ blue 171

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

Shades of Egyptian Blue #1935AB

Tints of Egyptian Blue #1935AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 10.04%
G = 21.29%
B = 68.67%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1935AB (or 0x1935AB) is known color: Egyptian Blue. HEX triplet: 19, 35 and AB. RGB value is (25,53,171). Sum of RGB (Red+Green+Blue) = 25+53+171=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #1935AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1935AB is #E6CA54. Grayscale: #393939. Windows color (decimal): -15125077 or 11220249. OLE color: 11220249.

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

Color convert

RGB 25 53 171 -
CMYK 0.85 0.69 0 0.33
HSL 228.49º 0.74% 0.38% -
HSV(B) 228.49º 0.85% 0.67% -
XYZ 9.02 5.69 39.15 -
YUV 58.08 191.72 104.41 -
System Red Green Blue C M Y K H S L
Decimal 25 53 171 0.85 0.69 0 0.33 228.49 0.74 0.38
Hex 19 35 AB 55 45 0 21 E4 4A 26
Octal 31 65 253 125 105 0 41 344 112 46
Binary 11001 110101 10101011 1010101 1000101 0 100001 11100100 1001010 100110

Color Harmonies of #1935AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1935AB

Black with #1935AB

Text Example


Text Example

White with #1935AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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