Html Css Color HEX #17286F Sapphire

📋 copy color: '#17286F'

red 23 ◦ green 40 ◦ blue 111

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

Shades of Sapphire #17286F

Tints of Sapphire #17286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.79%

R = 13.22%
G = 22.99%
B = 63.79%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#17286F (or 0x17286F) is known color: Sapphire. HEX triplet: 17, 28 and 6F. RGB value is (23,40,111). Sum of RGB (Red+Green+Blue) = 23+40+111=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 111 (43.75% from 255 or 63.79% from 174); Max value from RGB is 111 - color contains mainly: blue. Hex color #17286F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17286F is #E8D790. Grayscale: #2A2A2A. Windows color (decimal): -15259537 or 7284759. OLE color: 7284759.

HSL color Cylindrical-coordinate representation of color #17286F: hue angle of 228.41º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17286F is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 40 111 -
CMYK 0.79 0.64 0 0.56
HSL 228.41º 0.66% 0.26% -
HSV(B) 228.41º 0.79% 0.44% -
XYZ 3.98 2.85 15.38 -
YUV 43.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 23 40 111 0.79 0.64 0 0.56 228.41 0.66 0.26
Hex 17 28 6F 4F 40 0 38 E4 42 1A
Octal 27 50 157 117 100 0 70 344 102 32
Binary 10111 101000 1101111 1001111 1000000 0 111000 11100100 1000010 11010

Color Harmonies of #17286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17286F

Black with #17286F

Text Example


Text Example

White with #17286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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