Html Css Color HEX #1033AA Egyptian Blue

📋 copy color: '#1033AA'

red 16 ◦ green 51 ◦ blue 170

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

Shades of Egyptian Blue #1033AA

Tints of Egyptian Blue #1033AA

RGB

 RED value IS 16 (6.64% from 255) = 6.75%

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

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

R = 6.75%
G = 21.52%
B = 71.73%

CMYK

 C value IS 0.91

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1033AA (or 0x1033AA) is known color: Egyptian Blue. HEX triplet: 10, 33 and AA. RGB value is (16,51,170). Sum of RGB (Red+Green+Blue) = 16+51+170=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #1033AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1033AA is #EFCC55. Grayscale: #353535. Windows color (decimal): -15715414 or 11154192. OLE color: 11154192.

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

Color convert

RGB 16 51 170 -
CMYK 0.91 0.7 0 0.33
HSL 226.36º 0.83% 0.36% -
HSV(B) 226.36º 0.91% 0.67% -
XYZ 8.65 5.38 38.61 -
YUV 54.1 193.4 100.82 -
System Red Green Blue C M Y K H S L
Decimal 16 51 170 0.91 0.7 0 0.33 226.36 0.83 0.36
Hex 10 33 AA 5B 46 0 21 E2 53 24
Octal 20 63 252 133 106 0 41 342 123 44
Binary 10000 110011 10101010 1011011 1000110 0 100001 11100010 1010011 100100

Color Harmonies of #1033AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1033AA

Black with #1033AA

Text Example


Text Example

White with #1033AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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