Html Css Color HEX #1243A9 Egyptian Blue

📋 copy color: '#1243A9'

red 18 ◦ green 67 ◦ blue 169

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

Shades of Egyptian Blue #1243A9

Tints of Egyptian Blue #1243A9

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.38%

 BLUE value IS 169 (66.41% from 255) = 66.54%

R = 7.09%
G = 26.38%
B = 66.54%

CMYK

 C value IS 0.89

 M value IS 0.60

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1243A9 (or 0x1243A9) is known color: Egyptian Blue. HEX triplet: 12, 43 and A9. RGB value is (18,67,169). Sum of RGB (Red+Green+Blue) = 18+67+169=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 169 (66.41% from 255 or 66.54% from 254); Max value from RGB is 169 - color contains mainly: blue. Hex color #1243A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1243A9 is #EDBC56. Grayscale: #3F3F3F. Windows color (decimal): -15580247 or 11092754. OLE color: 11092754.

HSL color Cylindrical-coordinate representation of color #1243A9: hue angle of 220.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1243A9 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 67 169 -
CMYK 0.89 0.60 0 0.34
HSL 220.53º 0.81% 0.37% -
HSV(B) 220.53º 0.89% 0.66% -
XYZ 9.42 7.01 38.39 -
YUV 63.98 187.27 95.21 -
System Red Green Blue C M Y K H S L
Decimal 18 67 169 0.89 0.60 0 0.34 220.53 0.81 0.37
Hex 12 43 A9 59 3C 0 22 DD 51 25
Octal 22 103 251 131 74 0 42 335 121 45
Binary 10010 1000011 10101001 1011001 111100 0 100010 11011101 1010001 100101

Color Harmonies of #1243A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1243A9

Black with #1243A9

Text Example


Text Example

White with #1243A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1243A9; }

 p { color: rgb(18,67,169); }

 H1.HeaderClassName
 {
   color: #1243A9;
 }
 .AnyTagClassName
 {
   color: #1243A9;
 }
</style>

background-color css

<style>
 a { background-color: #1243A9; }

 a { background-color: rgb(18,67,169); }

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

border-color css

<style>
 span { border-color: #1243A9; }

 span { border-color: rgb(18,67,169); }

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