Html Css Color HEX #1433AA Egyptian Blue

📋 copy color: '#1433AA'

red 20 ◦ green 51 ◦ blue 170

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

Shades of Egyptian Blue #1433AA

Tints of Egyptian Blue #1433AA

RGB

 RED value IS 20 (8.2% from 255) = 8.3%

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

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

R = 8.3%
G = 21.16%
B = 70.54%

CMYK

 C value IS 0.88

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1433AA (or 0x1433AA) is known color: Egyptian Blue. HEX triplet: 14, 33 and AA. RGB value is (20,51,170). Sum of RGB (Red+Green+Blue) = 20+51+170=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1433AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1433AA is #EBCC55. Grayscale: #363636. Windows color (decimal): -15453270 or 11154196. OLE color: 11154196.

HSL color Cylindrical-coordinate representation of color #1433AA: hue angle of 227.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1433AA is Cyan = 0.88, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 51 170 -
CMYK 0.88 0.7 0 0.33
HSL 227.6º 0.79% 0.37% -
HSV(B) 227.6º 0.88% 0.67% -
XYZ 8.73 5.42 38.62 -
YUV 55.3 192.73 102.82 -
System Red Green Blue C M Y K H S L
Decimal 20 51 170 0.88 0.7 0 0.33 227.6 0.79 0.37
Hex 14 33 AA 58 46 0 21 E4 4F 25
Octal 24 63 252 130 106 0 41 344 117 45
Binary 10100 110011 10101010 1011000 1000110 0 100001 11100100 1001111 100101

Color Harmonies of #1433AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1433AA

Black with #1433AA

Text Example


Text Example

White with #1433AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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