Html Css Color HEX #1037AA Egyptian Blue

📋 copy color: '#1037AA'

red 16 ◦ green 55 ◦ blue 170

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

Shades of Egyptian Blue #1037AA

Tints of Egyptian Blue #1037AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 6.64%
G = 22.82%
B = 70.54%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1037AA (or 0x1037AA) is known color: Egyptian Blue. HEX triplet: 10, 37 and AA. RGB value is (16,55,170). Sum of RGB (Red+Green+Blue) = 16+55+170=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 55 (21.88% from 255 or 22.82% 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 #1037AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1037AA is #EFC855. Grayscale: #373737. Windows color (decimal): -15714390 or 11155216. OLE color: 11155216.

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

Color convert

RGB 16 55 170 -
CMYK 0.91 0.68 0 0.33
HSL 224.81º 0.83% 0.36% -
HSV(B) 224.81º 0.91% 0.67% -
XYZ 8.84 5.74 38.67 -
YUV 56.45 192.08 99.15 -
System Red Green Blue C M Y K H S L
Decimal 16 55 170 0.91 0.68 0 0.33 224.81 0.83 0.36
Hex 10 37 AA 5B 44 0 21 E1 53 24
Octal 20 67 252 133 104 0 41 341 123 44
Binary 10000 110111 10101010 1011011 1000100 0 100001 11100001 1010011 100100

Color Harmonies of #1037AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1037AA

Black with #1037AA

Text Example


Text Example

White with #1037AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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