Html Css Color HEX #1237AB Egyptian Blue

📋 copy color: '#1237AB'

red 18 ◦ green 55 ◦ blue 171

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

Shades of Egyptian Blue #1237AB

Tints of Egyptian Blue #1237AB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

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

R = 7.38%
G = 22.54%
B = 70.08%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1237AB (or 0x1237AB) is known color: Egyptian Blue. HEX triplet: 12, 37 and AB. RGB value is (18,55,171). Sum of RGB (Red+Green+Blue) = 18+55+171=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #1237AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1237AB is #EDC854. Grayscale: #383838. Windows color (decimal): -15583317 or 11220754. OLE color: 11220754.

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

Color convert

RGB 18 55 171 -
CMYK 0.89 0.68 0 0.33
HSL 225.49º 0.81% 0.37% -
HSV(B) 225.49º 0.89% 0.67% -
XYZ 8.97 5.8 39.18 -
YUV 57.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 18 55 171 0.89 0.68 0 0.33 225.49 0.81 0.37
Hex 12 37 AB 59 44 0 21 E1 51 25
Octal 22 67 253 131 104 0 41 341 121 45
Binary 10010 110111 10101011 1011001 1000100 0 100001 11100001 1010001 100101

Color Harmonies of #1237AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1237AB

Black with #1237AB

Text Example


Text Example

White with #1237AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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