Html Css Color HEX #17265C Sapphire

📋 copy color: '#17265C'

red 23 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #17265C

Tints of Sapphire #17265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 60.13%

R = 15.03%
G = 24.84%
B = 60.13%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17265C (or 0x17265C) is known color: Sapphire. HEX triplet: 17, 26 and 5C. RGB value is (23,38,92). Sum of RGB (Red+Green+Blue) = 23+38+92=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #17265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17265C is #E8D9A3. Grayscale: #272727. Windows color (decimal): -15260068 or 6039063. OLE color: 6039063.

HSL color Cylindrical-coordinate representation of color #17265C: hue angle of 226.96º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17265C is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 38 92 -
CMYK 0.75 0.59 0 0.64
HSL 226.96º 0.6% 0.23% -
HSV(B) 226.96º 0.75% 0.36% -
XYZ 2.98 2.34 10.42 -
YUV 39.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 23 38 92 0.75 0.59 0 0.64 226.96 0.6 0.23
Hex 17 26 5C 4B 3B 0 40 E3 3C 17
Octal 27 46 134 113 73 0 100 343 74 27
Binary 10111 100110 1011100 1001011 111011 0 1000000 11100011 111100 10111

Color Harmonies of #17265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17265C

Black with #17265C

Text Example


Text Example

White with #17265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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