Html Css Color HEX #17245F Sapphire

📋 copy color: '#17245F'

red 23 ◦ green 36 ◦ blue 95

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

Shades of Sapphire #17245F

Tints of Sapphire #17245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 95 (37.5% from 255) = 61.69%

R = 14.94%
G = 23.38%
B = 61.69%

CMYK

 C value IS 0.76

 M value IS 0.62

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#17245F (or 0x17245F) is known color: Sapphire. HEX triplet: 17, 24 and 5F. RGB value is (23,36,95). Sum of RGB (Red+Green+Blue) = 23+36+95=154 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.94% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 95 (37.5% from 255 or 61.69% from 154); Max value from RGB is 95 - color contains mainly: blue. Hex color #17245F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17245F is #E8DBA0. Grayscale: #262626. Windows color (decimal): -15260577 or 6235159. OLE color: 6235159.

HSL color Cylindrical-coordinate representation of color #17245F: hue angle of 229.17º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17245F is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 23 36 95 -
CMYK 0.76 0.62 0 0.63
HSL 229.17º 0.61% 0.23% -
HSV(B) 229.17º 0.76% 0.37% -
XYZ 3.05 2.27 11.1 -
YUV 38.84 159.69 116.7 -
System Red Green Blue C M Y K H S L
Decimal 23 36 95 0.76 0.62 0 0.63 229.17 0.61 0.23
Hex 17 24 5F 4C 3E 0 3F E5 3D 17
Octal 27 44 137 114 76 0 77 345 75 27
Binary 10111 100100 1011111 1001100 111110 0 111111 11100101 111101 10111

Color Harmonies of #17245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17245F

Black with #17245F

Text Example


Text Example

White with #17245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17245F; }

 p { color: rgb(23,36,95); }

 H1.HeaderClassName
 {
   color: #17245F;
 }
 .AnyTagClassName
 {
   color: #17245F;
 }
</style>

background-color css

<style>
 a { background-color: #17245F; }

 a { background-color: rgb(23,36,95); }

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

border-color css

<style>
 span { border-color: #17245F; }

 span { border-color: rgb(23,36,95); }

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