Html Css Color HEX #1433AD Egyptian Blue

📋 copy color: '#1433AD'

red 20 ◦ green 51 ◦ blue 173

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

Shades of Egyptian Blue #1433AD

Tints of Egyptian Blue #1433AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.9%

R = 8.2%
G = 20.9%
B = 70.9%

CMYK

 C value IS 0.88

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1433AD (or 0x1433AD) is known color: Egyptian Blue. HEX triplet: 14, 33 and AD. RGB value is (20,51,173). Sum of RGB (Red+Green+Blue) = 20+51+173=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #1433AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1433AD is #EBCC52. Grayscale: #373737. Windows color (decimal): -15453267 or 11350804. OLE color: 11350804.

HSL color Cylindrical-coordinate representation of color #1433AD: hue angle of 227.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1433AD is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 51 173 -
CMYK 0.88 0.71 0 0.32
HSL 227.84º 0.79% 0.38% -
HSV(B) 227.84º 0.88% 0.68% -
XYZ 9.02 5.53 40.13 -
YUV 55.64 194.23 102.58 -
System Red Green Blue C M Y K H S L
Decimal 20 51 173 0.88 0.71 0 0.32 227.84 0.79 0.38
Hex 14 33 AD 58 47 0 20 E4 4F 26
Octal 24 63 255 130 107 0 40 344 117 46
Binary 10100 110011 10101101 1011000 1000111 0 100000 11100100 1001111 100110

Color Harmonies of #1433AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1433AD

Black with #1433AD

Text Example


Text Example

White with #1433AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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