Html Css Color HEX #17275C Sapphire

📋 copy color: '#17275C'

red 23 ◦ green 39 ◦ blue 92

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

Shades of Sapphire #17275C

Tints of Sapphire #17275C

RGB

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

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

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

R = 14.94%
G = 25.32%
B = 59.74%

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

#17275C (or 0x17275C) is known color: Sapphire. HEX triplet: 17, 27 and 5C. RGB value is (23,39,92). Sum of RGB (Red+Green+Blue) = 23+39+92=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #17275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17275C is #E8D8A3. Grayscale: #282828. Windows color (decimal): -15259812 or 6039319. OLE color: 6039319.

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

Color convert

RGB 23 39 92 -
CMYK 0.75 0.58 0 0.64
HSL 226.09º 0.6% 0.23% -
HSV(B) 226.09º 0.75% 0.36% -
XYZ 3.01 2.41 10.43 -
YUV 40.26 157.2 115.69 -
System Red Green Blue C M Y K H S L
Decimal 23 39 92 0.75 0.58 0 0.64 226.09 0.6 0.23
Hex 17 27 5C 4B 3A 0 40 E2 3C 17
Octal 27 47 134 113 72 0 100 342 74 27
Binary 10111 100111 1011100 1001011 111010 0 1000000 11100010 111100 10111

Color Harmonies of #17275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17275C

Black with #17275C

Text Example


Text Example

White with #17275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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