Html Css Color HEX #17275B Sapphire

📋 copy color: '#17275B'

red 23 ◦ green 39 ◦ blue 91

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

Shades of Sapphire #17275B

Tints of Sapphire #17275B

RGB

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

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

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

R = 15.03%
G = 25.49%
B = 59.48%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17275B (or 0x17275B) is known color: Sapphire. HEX triplet: 17, 27 and 5B. RGB value is (23,39,91). Sum of RGB (Red+Green+Blue) = 23+39+91=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 91 (35.94% from 255 or 59.48% from 153); Max value from RGB is 91 - color contains mainly: blue. Hex color #17275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17275B is #E8D8A4. Grayscale: #272727. Windows color (decimal): -15259813 or 5973783. OLE color: 5973783.

HSL color Cylindrical-coordinate representation of color #17275B: hue angle of 225.88º 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 #17275B is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 39 91 -
CMYK 0.75 0.57 0 0.64
HSL 225.88º 0.6% 0.22% -
HSV(B) 225.88º 0.75% 0.36% -
XYZ 2.97 2.39 10.2 -
YUV 40.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 23 39 91 0.75 0.57 0 0.64 225.88 0.6 0.22
Hex 17 27 5B 4B 39 0 40 E2 3C 16
Octal 27 47 133 113 71 0 100 342 74 26
Binary 10111 100111 1011011 1001011 111001 0 1000000 11100010 111100 10110

Color Harmonies of #17275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17275B

Black with #17275B

Text Example


Text Example

White with #17275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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