Html Css Color HEX #1835AB Egyptian Blue

📋 copy color: '#1835AB'

red 24 ◦ green 53 ◦ blue 171

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

Shades of Egyptian Blue #1835AB

Tints of Egyptian Blue #1835AB

RGB

 RED value IS 24 (9.77% from 255) = 9.68%

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

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

R = 9.68%
G = 21.37%
B = 68.95%

CMYK

 C value IS 0.86

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1835AB (or 0x1835AB) is known color: Egyptian Blue. HEX triplet: 18, 35 and AB. RGB value is (24,53,171). Sum of RGB (Red+Green+Blue) = 24+53+171=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #1835AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1835AB is #E7CA54. Grayscale: #393939. Windows color (decimal): -15190613 or 11220248. OLE color: 11220248.

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

Color convert

RGB 24 53 171 -
CMYK 0.86 0.69 0 0.33
HSL 228.16º 0.75% 0.38% -
HSV(B) 228.16º 0.86% 0.67% -
XYZ 9 5.68 39.15 -
YUV 57.78 191.89 103.91 -
System Red Green Blue C M Y K H S L
Decimal 24 53 171 0.86 0.69 0 0.33 228.16 0.75 0.38
Hex 18 35 AB 56 45 0 21 E4 4B 26
Octal 30 65 253 126 105 0 41 344 113 46
Binary 11000 110101 10101011 1010110 1000101 0 100001 11100100 1001011 100110

Color Harmonies of #1835AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1835AB

Black with #1835AB

Text Example


Text Example

White with #1835AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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