Html Css Color HEX #17265B Sapphire

📋 copy color: '#17265B'

red 23 ◦ green 38 ◦ blue 91

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

Shades of Sapphire #17265B

Tints of Sapphire #17265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

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

R = 15.13%
G = 25%
B = 59.87%

CMYK

 C value IS 0.75

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17265B (or 0x17265B) is known color: Sapphire. HEX triplet: 17, 26 and 5B. RGB value is (23,38,91). Sum of RGB (Red+Green+Blue) = 23+38+91=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #17265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17265B is #E8D9A4. Grayscale: #272727. Windows color (decimal): -15260069 or 5973527. OLE color: 5973527.

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

Color convert

RGB 23 38 91 -
CMYK 0.75 0.58 0 0.64
HSL 226.76º 0.6% 0.22% -
HSV(B) 226.76º 0.75% 0.36% -
XYZ 2.93 2.32 10.19 -
YUV 39.56 157.03 116.19 -
System Red Green Blue C M Y K H S L
Decimal 23 38 91 0.75 0.58 0 0.64 226.76 0.6 0.22
Hex 17 26 5B 4B 3A 0 40 E3 3C 16
Octal 27 46 133 113 72 0 100 343 74 26
Binary 10111 100110 1011011 1001011 111010 0 1000000 11100011 111100 10110

Color Harmonies of #17265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17265B

Black with #17265B

Text Example


Text Example

White with #17265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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