Html Css Color HEX #17285F Sapphire

📋 copy color: '#17285F'

red 23 ◦ green 40 ◦ blue 95

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

Shades of Sapphire #17285F

Tints of Sapphire #17285F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.32%

 BLUE value IS 95 (37.5% from 255) = 60.13%

R = 14.56%
G = 25.32%
B = 60.13%

CMYK

 C value IS 0.76

 M value IS 0.58

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17285F (or 0x17285F) is known color: Sapphire. HEX triplet: 17, 28 and 5F. RGB value is (23,40,95). Sum of RGB (Red+Green+Blue) = 23+40+95=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #17285F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17285F is #E8D7A0. Grayscale: #282828. Windows color (decimal): -15259553 or 6236183. OLE color: 6236183.

HSL color Cylindrical-coordinate representation of color #17285F: hue angle of 225.83º 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 #17285F is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 40 95 -
CMYK 0.76 0.58 0 0.63
HSL 225.83º 0.61% 0.23% -
HSV(B) 225.83º 0.76% 0.37% -
XYZ 3.18 2.53 11.15 -
YUV 41.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 23 40 95 0.76 0.58 0 0.63 225.83 0.61 0.23
Hex 17 28 5F 4C 3A 0 3F E2 3D 17
Octal 27 50 137 114 72 0 77 342 75 27
Binary 10111 101000 1011111 1001100 111010 0 111111 11100010 111101 10111

Color Harmonies of #17285F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17285F

Black with #17285F

Text Example


Text Example

White with #17285F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,40,95); }

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

background-color css

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

 a { background-color: rgb(23,40,95); }

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

border-color css

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

 span { border-color: rgb(23,40,95); }

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