Html Css Color HEX #1833AA Egyptian Blue

📋 copy color: '#1833AA'

red 24 ◦ green 51 ◦ blue 170

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

Shades of Egyptian Blue #1833AA

Tints of Egyptian Blue #1833AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 170 (66.8% from 255) = 69.39%

R = 9.8%
G = 20.82%
B = 69.39%

CMYK

 C value IS 0.86

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1833AA (or 0x1833AA) is known color: Egyptian Blue. HEX triplet: 18, 33 and AA. RGB value is (24,51,170). Sum of RGB (Red+Green+Blue) = 24+51+170=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #1833AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1833AA is #E7CC55. Grayscale: #373737. Windows color (decimal): -15191126 or 11154200. OLE color: 11154200.

HSL color Cylindrical-coordinate representation of color #1833AA: hue angle of 228.9º 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 #1833AA is Cyan = 0.86, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 51 170 -
CMYK 0.86 0.7 0 0.33
HSL 228.9º 0.75% 0.38% -
HSV(B) 228.9º 0.86% 0.67% -
XYZ 8.82 5.46 38.62 -
YUV 56.49 192.05 104.82 -
System Red Green Blue C M Y K H S L
Decimal 24 51 170 0.86 0.7 0 0.33 228.9 0.75 0.38
Hex 18 33 AA 56 46 0 21 E5 4B 26
Octal 30 63 252 126 106 0 41 345 113 46
Binary 11000 110011 10101010 1010110 1000110 0 100001 11100101 1001011 100110

Color Harmonies of #1833AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1833AA

Black with #1833AA

Text Example


Text Example

White with #1833AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1833AA; }

 p { color: rgb(24,51,170); }

 H1.HeaderClassName
 {
   color: #1833AA;
 }
 .AnyTagClassName
 {
   color: #1833AA;
 }
</style>

background-color css

<style>
 a { background-color: #1833AA; }

 a { background-color: rgb(24,51,170); }

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

border-color css

<style>
 span { border-color: #1833AA; }

 span { border-color: rgb(24,51,170); }

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