Html Css Color HEX #1239AB Egyptian Blue

📋 copy color: '#1239AB'

red 18 ◦ green 57 ◦ blue 171

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

Shades of Egyptian Blue #1239AB

Tints of Egyptian Blue #1239AB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 7.32%
G = 23.17%
B = 69.51%

CMYK

 C value IS 0.89

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1239AB (or 0x1239AB) is known color: Egyptian Blue. HEX triplet: 12, 39 and AB. RGB value is (18,57,171). Sum of RGB (Red+Green+Blue) = 18+57+171=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #1239AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1239AB is #EDC654. Grayscale: #393939. Windows color (decimal): -15582805 or 11221266. OLE color: 11221266.

HSL color Cylindrical-coordinate representation of color #1239AB: hue angle of 224.71º 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 #1239AB is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 57 171 -
CMYK 0.89 0.67 0 0.33
HSL 224.71º 0.81% 0.37% -
HSV(B) 224.71º 0.89% 0.67% -
XYZ 9.06 6 39.21 -
YUV 58.34 191.58 99.23 -
System Red Green Blue C M Y K H S L
Decimal 18 57 171 0.89 0.67 0 0.33 224.71 0.81 0.37
Hex 12 39 AB 59 43 0 21 E1 51 25
Octal 22 71 253 131 103 0 41 341 121 45
Binary 10010 111001 10101011 1011001 1000011 0 100001 11100001 1010001 100101

Color Harmonies of #1239AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1239AB

Black with #1239AB

Text Example


Text Example

White with #1239AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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