Html Css Color HEX #17259A Egyptian Blue

📋 copy color: '#17259A'

red 23 ◦ green 37 ◦ blue 154

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

Shades of Egyptian Blue #17259A

Tints of Egyptian Blue #17259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.29%

 BLUE value IS 154 (60.55% from 255) = 71.96%

R = 10.75%
G = 17.29%
B = 71.96%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#17259A (or 0x17259A) is known color: Egyptian Blue. HEX triplet: 17, 25 and 9A. RGB value is (23,37,154). Sum of RGB (Red+Green+Blue) = 23+37+154=214 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.75% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 154 (60.55% from 255 or 71.96% from 214); Max value from RGB is 154 - color contains mainly: blue. Hex color #17259A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17259A is #E8DA65. Grayscale: #2D2D2D. Windows color (decimal): -15260262 or 10102039. OLE color: 10102039.

HSL color Cylindrical-coordinate representation of color #17259A: hue angle of 233.59º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17259A is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 23 37 154 -
CMYK 0.85 0.76 0 0.40
HSL 233.59º 0.74% 0.35% -
HSV(B) 233.59º 0.85% 0.6% -
XYZ 6.85 3.84 30.95 -
YUV 46.15 188.86 111.49 -
System Red Green Blue C M Y K H S L
Decimal 23 37 154 0.85 0.76 0 0.40 233.59 0.74 0.35
Hex 17 25 9A 55 4C 0 28 EA 4A 23
Octal 27 45 232 125 114 0 50 352 112 43
Binary 10111 100101 10011010 1010101 1001100 0 101000 11101010 1001010 100011

Color Harmonies of #17259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17259A

Black with #17259A

Text Example


Text Example

White with #17259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17259A; }

 p { color: rgb(23,37,154); }

 H1.HeaderClassName
 {
   color: #17259A;
 }
 .AnyTagClassName
 {
   color: #17259A;
 }
</style>

background-color css

<style>
 a { background-color: #17259A; }

 a { background-color: rgb(23,37,154); }

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

border-color css

<style>
 span { border-color: #17259A; }

 span { border-color: rgb(23,37,154); }

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