Html Css Color HEX #17276B Sapphire

📋 copy color: '#17276B'

red 23 ◦ green 39 ◦ blue 107

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

Shades of Sapphire #17276B

Tints of Sapphire #17276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

 BLUE value IS 107 (42.19% from 255) = 63.31%

R = 13.61%
G = 23.08%
B = 63.31%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17276B (or 0x17276B) is known color: Sapphire. HEX triplet: 17, 27 and 6B. RGB value is (23,39,107). Sum of RGB (Red+Green+Blue) = 23+39+107=169 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.61% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #17276B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17276B is #E8D894. Grayscale: #292929. Windows color (decimal): -15259797 or 7022359. OLE color: 7022359.

HSL color Cylindrical-coordinate representation of color #17276B: hue angle of 228.57º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17276B is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 39 107 -
CMYK 0.79 0.64 0 0.58
HSL 228.57º 0.65% 0.25% -
HSV(B) 228.57º 0.79% 0.42% -
XYZ 3.73 2.69 14.23 -
YUV 41.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 23 39 107 0.79 0.64 0 0.58 228.57 0.65 0.25
Hex 17 27 6B 4F 40 0 3A E5 41 19
Octal 27 47 153 117 100 0 72 345 101 31
Binary 10111 100111 1101011 1001111 1000000 0 111010 11100101 1000001 11001

Color Harmonies of #17276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17276B

Black with #17276B

Text Example


Text Example

White with #17276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,39,107); }

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

background-color css

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

 a { background-color: rgb(23,39,107); }

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

border-color css

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

 span { border-color: rgb(23,39,107); }

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