Html Css Color HEX #17245B Sapphire

📋 copy color: '#17245B'

red 23 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #17245B

Tints of Sapphire #17245B

RGB

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

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

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

R = 15.33%
G = 24%
B = 60.67%

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

#17245B (or 0x17245B) is known color: Sapphire. HEX triplet: 17, 24 and 5B. RGB value is (23,36,91). Sum of RGB (Red+Green+Blue) = 23+36+91=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 91 (35.94% from 255 or 60.67% from 150); Max value from RGB is 91 - color contains mainly: blue. Hex color #17245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17245B is #E8DBA4. Grayscale: #262626. Windows color (decimal): -15260581 or 5973015. OLE color: 5973015.

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

Color convert

RGB 23 36 91 -
CMYK 0.75 0.60 0 0.64
HSL 228.53º 0.6% 0.22% -
HSV(B) 228.53º 0.75% 0.36% -
XYZ 2.87 2.2 10.17 -
YUV 38.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 23 36 91 0.75 0.60 0 0.64 228.53 0.6 0.22
Hex 17 24 5B 4B 3C 0 40 E5 3C 16
Octal 27 44 133 113 74 0 100 345 74 26
Binary 10111 100100 1011011 1001011 111100 0 1000000 11100101 111100 10110

Color Harmonies of #17245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17245B

Black with #17245B

Text Example


Text Example

White with #17245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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