Html Css Color HEX #17225C Sapphire

📋 copy color: '#17225C'

red 23 ◦ green 34 ◦ blue 92

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

Shades of Sapphire #17225C

Tints of Sapphire #17225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.82%

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

R = 15.44%
G = 22.82%
B = 61.74%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#17225C (or 0x17225C) is known color: Sapphire. HEX triplet: 17, 22 and 5C. RGB value is (23,34,92). Sum of RGB (Red+Green+Blue) = 23+34+92=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 92 (36.33% from 255 or 61.74% from 149); Max value from RGB is 92 - color contains mainly: blue. Hex color #17225C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17225C is #E8DDA3. Grayscale: #252525. Windows color (decimal): -15261092 or 6038039. OLE color: 6038039.

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

Color convert

RGB 23 34 92 -
CMYK 0.75 0.63 0 0.64
HSL 230.43º 0.6% 0.23% -
HSV(B) 230.43º 0.75% 0.36% -
XYZ 2.86 2.1 10.38 -
YUV 37.32 158.86 117.78 -
System Red Green Blue C M Y K H S L
Decimal 23 34 92 0.75 0.63 0 0.64 230.43 0.6 0.23
Hex 17 22 5C 4B 3F 0 40 E6 3C 17
Octal 27 42 134 113 77 0 100 346 74 27
Binary 10111 100010 1011100 1001011 111111 0 1000000 11100110 111100 10111

Color Harmonies of #17225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17225C

Black with #17225C

Text Example


Text Example

White with #17225C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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