Html Css Color HEX #1240B0 Egyptian Blue

📋 copy color: '#1240B0'

red 18 ◦ green 64 ◦ blue 176

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

Shades of Egyptian Blue #1240B0

Tints of Egyptian Blue #1240B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 68.22%

R = 6.98%
G = 24.81%
B = 68.22%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1240B0 (or 0x1240B0) is known color: Egyptian Blue. HEX triplet: 12, 40 and B0. RGB value is (18,64,176). Sum of RGB (Red+Green+Blue) = 18+64+176=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #1240B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1240B0 is #EDBF4F. Grayscale: #3E3E3E. Windows color (decimal): -15581008 or 11550738. OLE color: 11550738.

HSL color Cylindrical-coordinate representation of color #1240B0: hue angle of 222.53º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1240B0 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 64 176 -
CMYK 0.90 0.64 0 0.31
HSL 222.53º 0.81% 0.38% -
HSV(B) 222.53º 0.9% 0.69% -
XYZ 9.92 6.93 41.89 -
YUV 63.01 191.76 95.89 -
System Red Green Blue C M Y K H S L
Decimal 18 64 176 0.90 0.64 0 0.31 222.53 0.81 0.38
Hex 12 40 B0 5A 40 0 1F DF 51 26
Octal 22 100 260 132 100 0 37 337 121 46
Binary 10010 1000000 10110000 1011010 1000000 0 11111 11011111 1010001 100110

Color Harmonies of #1240B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240B0

Black with #1240B0

Text Example


Text Example

White with #1240B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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