Html Css Color HEX #17285E Sapphire

📋 copy color: '#17285E'

red 23 ◦ green 40 ◦ blue 94

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

Shades of Sapphire #17285E

Tints of Sapphire #17285E

RGB

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

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

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

R = 14.65%
G = 25.48%
B = 59.87%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17285E (or 0x17285E) is known color: Sapphire. HEX triplet: 17, 28 and 5E. RGB value is (23,40,94). Sum of RGB (Red+Green+Blue) = 23+40+94=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #17285E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17285E is #E8D7A1. Grayscale: #282828. Windows color (decimal): -15259554 or 6170647. OLE color: 6170647.

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

Color convert

RGB 23 40 94 -
CMYK 0.76 0.57 0 0.63
HSL 225.63º 0.61% 0.23% -
HSV(B) 225.63º 0.76% 0.37% -
XYZ 3.13 2.51 10.91 -
YUV 41.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 23 40 94 0.76 0.57 0 0.63 225.63 0.61 0.23
Hex 17 28 5E 4C 39 0 3F E2 3D 17
Octal 27 50 136 114 71 0 77 342 75 27
Binary 10111 101000 1011110 1001100 111001 0 111111 11100010 111101 10111

Color Harmonies of #17285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17285E

Black with #17285E

Text Example


Text Example

White with #17285E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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