Html Css Color HEX #17255C Sapphire

📋 copy color: '#17255C'

red 23 ◦ green 37 ◦ blue 92

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

Shades of Sapphire #17255C

Tints of Sapphire #17255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 15.13%
G = 24.34%
B = 60.53%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17255C (or 0x17255C) is known color: Sapphire. HEX triplet: 17, 25 and 5C. RGB value is (23,37,92). Sum of RGB (Red+Green+Blue) = 23+37+92=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #17255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17255C is #E8DAA3. Grayscale: #262626. Windows color (decimal): -15260324 or 6038807. OLE color: 6038807.

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

Color convert

RGB 23 37 92 -
CMYK 0.75 0.60 0 0.64
HSL 227.83º 0.6% 0.23% -
HSV(B) 227.83º 0.75% 0.36% -
XYZ 2.95 2.28 10.41 -
YUV 39.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 23 37 92 0.75 0.60 0 0.64 227.83 0.6 0.23
Hex 17 25 5C 4B 3C 0 40 E4 3C 17
Octal 27 45 134 113 74 0 100 344 74 27
Binary 10111 100101 1011100 1001011 111100 0 1000000 11100100 111100 10111

Color Harmonies of #17255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17255C

Black with #17255C

Text Example


Text Example

White with #17255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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