Html Css Color HEX #17255E Sapphire

📋 copy color: '#17255E'

red 23 ◦ green 37 ◦ blue 94

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

Shades of Sapphire #17255E

Tints of Sapphire #17255E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 61.04%

R = 14.94%
G = 24.03%
B = 61.04%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17255E (or 0x17255E) is known color: Sapphire. HEX triplet: 17, 25 and 5E. RGB value is (23,37,94). Sum of RGB (Red+Green+Blue) = 23+37+94=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #17255E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17255E is #E8DAA1. Grayscale: #272727. Windows color (decimal): -15260322 or 6169879. OLE color: 6169879.

HSL color Cylindrical-coordinate representation of color #17255E: hue angle of 228.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17255E is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 37 94 -
CMYK 0.76 0.61 0 0.63
HSL 228.17º 0.61% 0.23% -
HSV(B) 228.17º 0.76% 0.37% -
XYZ 3.04 2.31 10.88 -
YUV 39.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 23 37 94 0.76 0.61 0 0.63 228.17 0.61 0.23
Hex 17 25 5E 4C 3D 0 3F E4 3D 17
Octal 27 45 136 114 75 0 77 344 75 27
Binary 10111 100101 1011110 1001100 111101 0 111111 11100100 111101 10111

Color Harmonies of #17255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17255E

Black with #17255E

Text Example


Text Example

White with #17255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17255E; }

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

 H1.HeaderClassName
 {
   color: #17255E;
 }
 .AnyTagClassName
 {
   color: #17255E;
 }
</style>

background-color css

<style>
 a { background-color: #17255E; }

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

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

border-color css

<style>
 span { border-color: #17255E; }

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

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