Html Css Color HEX #17285B Sapphire

📋 copy color: '#17285B'

red 23 ◦ green 40 ◦ blue 91

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

Shades of Sapphire #17285B

Tints of Sapphire #17285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 59.09%

R = 14.94%
G = 25.97%
B = 59.09%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17285B (or 0x17285B) is known color: Sapphire. HEX triplet: 17, 28 and 5B. RGB value is (23,40,91). Sum of RGB (Red+Green+Blue) = 23+40+91=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 91 (35.94% from 255 or 59.09% from 154); Max value from RGB is 91 - color contains mainly: blue. Hex color #17285B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17285B is #E8D7A4. Grayscale: #282828. Windows color (decimal): -15259557 or 5974039. OLE color: 5974039.

HSL color Cylindrical-coordinate representation of color #17285B: hue angle of 225º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17285B is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 40 91 -
CMYK 0.75 0.56 0 0.64
HSL 225º 0.6% 0.22% -
HSV(B) 225º 0.75% 0.36% -
XYZ 3 2.46 10.21 -
YUV 40.73 156.37 115.35 -
System Red Green Blue C M Y K H S L
Decimal 23 40 91 0.75 0.56 0 0.64 225 0.6 0.22
Hex 17 28 5B 4B 38 0 40 E1 3C 16
Octal 27 50 133 113 70 0 100 341 74 26
Binary 10111 101000 1011011 1001011 111000 0 1000000 11100001 111100 10110

Color Harmonies of #17285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17285B

Black with #17285B

Text Example


Text Example

White with #17285B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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