Html Css Color HEX #1742AB Egyptian Blue

📋 copy color: '#1742AB'

red 23 ◦ green 66 ◦ blue 171

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

Shades of Egyptian Blue #1742AB

Tints of Egyptian Blue #1742AB

RGB

 RED value IS 23 (9.38% from 255) = 8.85%

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 8.85%
G = 25.38%
B = 65.77%

CMYK

 C value IS 0.87

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1742AB (or 0x1742AB) is known color: Egyptian Blue. HEX triplet: 17, 42 and AB. RGB value is (23,66,171). Sum of RGB (Red+Green+Blue) = 23+66+171=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1742AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1742AB is #E8BD54. Grayscale: #404040. Windows color (decimal): -15252821 or 11223575. OLE color: 11223575.

HSL color Cylindrical-coordinate representation of color #1742AB: hue angle of 222.57º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1742AB is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 66 171 -
CMYK 0.87 0.61 0 0.33
HSL 222.57º 0.76% 0.38% -
HSV(B) 222.57º 0.87% 0.67% -
XYZ 9.65 7.02 39.37 -
YUV 65.11 187.75 97.96 -
System Red Green Blue C M Y K H S L
Decimal 23 66 171 0.87 0.61 0 0.33 222.57 0.76 0.38
Hex 17 42 AB 57 3D 0 21 DF 4C 26
Octal 27 102 253 127 75 0 41 337 114 46
Binary 10111 1000010 10101011 1010111 111101 0 100001 11011111 1001100 100110

Color Harmonies of #1742AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1742AB

Black with #1742AB

Text Example


Text Example

White with #1742AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,66,171); }

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

background-color css

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

 a { background-color: rgb(23,66,171); }

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

border-color css

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

 span { border-color: rgb(23,66,171); }

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