Html Css Color HEX #172566 Sapphire

📋 copy color: '#172566'

red 23 ◦ green 37 ◦ blue 102

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

Shades of Sapphire #172566

Tints of Sapphire #172566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 102 (40.23% from 255) = 62.96%

R = 14.2%
G = 22.84%
B = 62.96%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#172566 (or 0x172566) is known color: Sapphire. HEX triplet: 17, 25 and 66. RGB value is (23,37,102). Sum of RGB (Red+Green+Blue) = 23+37+102=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #172566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172566 is #E8DA99. Grayscale: #272727. Windows color (decimal): -15260314 or 6694167. OLE color: 6694167.

HSL color Cylindrical-coordinate representation of color #172566: hue angle of 229.37º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172566 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 37 102 -
CMYK 0.77 0.64 0 0.6
HSL 229.37º 0.63% 0.25% -
HSV(B) 229.37º 0.77% 0.4% -
XYZ 3.41 2.46 12.87 -
YUV 40.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 23 37 102 0.77 0.64 0 0.6 229.37 0.63 0.25
Hex 17 25 66 4D 40 0 3C E5 3F 19
Octal 27 45 146 115 100 0 74 345 77 31
Binary 10111 100101 1100110 1001101 1000000 0 111100 11100101 111111 11001

Color Harmonies of #172566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172566

Black with #172566

Text Example


Text Example

White with #172566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172566; }

 p { color: rgb(23,37,102); }

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

background-color css

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

 a { background-color: rgb(23,37,102); }

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

border-color css

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

 span { border-color: rgb(23,37,102); }

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