Html Css Color HEX #1240AB Egyptian Blue

📋 copy color: '#1240AB'

red 18 ◦ green 64 ◦ blue 171

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

Shades of Egyptian Blue #1240AB

Tints of Egyptian Blue #1240AB

RGB

 RED value IS 18 (7.42% from 255) = 7.11%

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 7.11%
G = 25.3%
B = 67.59%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1240AB (or 0x1240AB) is known color: Egyptian Blue. HEX triplet: 12, 40 and AB. RGB value is (18,64,171). Sum of RGB (Red+Green+Blue) = 18+64+171=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #1240AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240AB is #EDBF54. Grayscale: #3D3D3D. Windows color (decimal): -15581013 or 11223058. OLE color: 11223058.

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

Color convert

RGB 18 64 171 -
CMYK 0.89 0.63 0 0.33
HSL 221.96º 0.81% 0.37% -
HSV(B) 221.96º 0.89% 0.67% -
XYZ 9.43 6.74 39.33 -
YUV 62.44 189.26 96.3 -
System Red Green Blue C M Y K H S L
Decimal 18 64 171 0.89 0.63 0 0.33 221.96 0.81 0.37
Hex 12 40 AB 59 3F 0 21 DE 51 25
Octal 22 100 253 131 77 0 41 336 121 45
Binary 10010 1000000 10101011 1011001 111111 0 100001 11011110 1010001 100101

Color Harmonies of #1240AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240AB

Black with #1240AB

Text Example


Text Example

White with #1240AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,64,171); }

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

background-color css

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

 a { background-color: rgb(18,64,171); }

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

border-color css

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

 span { border-color: rgb(18,64,171); }

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