Html Css Color HEX #17268F Egyptian Blue

📋 copy color: '#17268F'

red 23 ◦ green 38 ◦ blue 143

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

Shades of Egyptian Blue #17268F

Tints of Egyptian Blue #17268F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.63%

 BLUE value IS 143 (56.25% from 255) = 70.1%

R = 11.27%
G = 18.63%
B = 70.1%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#17268F (or 0x17268F) is known color: Egyptian Blue. HEX triplet: 17, 26 and 8F. RGB value is (23,38,143). Sum of RGB (Red+Green+Blue) = 23+38+143=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #17268F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17268F is #E8D970. Grayscale: #2D2D2D. Windows color (decimal): -15260017 or 9381399. OLE color: 9381399.

HSL color Cylindrical-coordinate representation of color #17268F: hue angle of 232.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17268F is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 23 38 143 -
CMYK 0.84 0.73 0 0.44
HSL 232.5º 0.72% 0.33% -
HSV(B) 232.5º 0.84% 0.56% -
XYZ 6 3.55 26.36 -
YUV 45.49 183.03 111.96 -
System Red Green Blue C M Y K H S L
Decimal 23 38 143 0.84 0.73 0 0.44 232.5 0.72 0.33
Hex 17 26 8F 54 49 0 2C E8 48 21
Octal 27 46 217 124 111 0 54 350 110 41
Binary 10111 100110 10001111 1010100 1001001 0 101100 11101000 1001000 100001

Color Harmonies of #17268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17268F

Black with #17268F

Text Example


Text Example

White with #17268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17268F; }

 p { color: rgb(23,38,143); }

 H1.HeaderClassName
 {
   color: #17268F;
 }
 .AnyTagClassName
 {
   color: #17268F;
 }
</style>

background-color css

<style>
 a { background-color: #17268F; }

 a { background-color: rgb(23,38,143); }

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

border-color css

<style>
 span { border-color: #17268F; }

 span { border-color: rgb(23,38,143); }

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