Html Css Color HEX #1036AB Egyptian Blue

📋 copy color: '#1036AB'

red 16 ◦ green 54 ◦ blue 171

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

Shades of Egyptian Blue #1036AB

Tints of Egyptian Blue #1036AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 6.64%
G = 22.41%
B = 70.95%

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

#1036AB (or 0x1036AB) is known color: Egyptian Blue. HEX triplet: 10, 36 and AB. RGB value is (16,54,171). Sum of RGB (Red+Green+Blue) = 16+54+171=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #1036AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1036AB is #EFC954. Grayscale: #373737. Windows color (decimal): -15714645 or 11220496. OLE color: 11220496.

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

Color convert

RGB 16 54 171 -
CMYK 0.91 0.68 0 0.33
HSL 225.29º 0.83% 0.37% -
HSV(B) 225.29º 0.91% 0.67% -
XYZ 8.88 5.69 39.16 -
YUV 55.98 192.91 99.49 -
System Red Green Blue C M Y K H S L
Decimal 16 54 171 0.91 0.68 0 0.33 225.29 0.83 0.37
Hex 10 36 AB 5B 44 0 21 E1 53 25
Octal 20 66 253 133 104 0 41 341 123 45
Binary 10000 110110 10101011 1011011 1000100 0 100001 11100001 1010011 100101

Color Harmonies of #1036AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1036AB

Black with #1036AB

Text Example


Text Example

White with #1036AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1036AB; }

 p { color: rgb(16,54,171); }

 H1.HeaderClassName
 {
   color: #1036AB;
 }
 .AnyTagClassName
 {
   color: #1036AB;
 }
</style>

background-color css

<style>
 a { background-color: #1036AB; }

 a { background-color: rgb(16,54,171); }

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

border-color css

<style>
 span { border-color: #1036AB; }

 span { border-color: rgb(16,54,171); }

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