Html Css Color HEX #17225D Sapphire

📋 copy color: '#17225D'

red 23 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #17225D

Tints of Sapphire #17225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62%

R = 15.33%
G = 22.67%
B = 62%

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

#17225D (or 0x17225D) is known color: Sapphire. HEX triplet: 17, 22 and 5D. RGB value is (23,34,93). Sum of RGB (Red+Green+Blue) = 23+34+93=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #17225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17225D is #E8DDA2. Grayscale: #252525. Windows color (decimal): -15261091 or 6103575. OLE color: 6103575.

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

Color convert

RGB 23 34 93 -
CMYK 0.75 0.63 0 0.64
HSL 230.57º 0.6% 0.23% -
HSV(B) 230.57º 0.75% 0.36% -
XYZ 2.9 2.12 10.61 -
YUV 37.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 23 34 93 0.75 0.63 0 0.64 230.57 0.6 0.23
Hex 17 22 5D 4B 3F 0 40 E7 3C 17
Octal 27 42 135 113 77 0 100 347 74 27
Binary 10111 100010 1011101 1001011 111111 0 1000000 11100111 111100 10111

Color Harmonies of #17225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17225D

Black with #17225D

Text Example


Text Example

White with #17225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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