Html Css Color HEX #172668 Sapphire

📋 copy color: '#172668'

red 23 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #172668

Tints of Sapphire #172668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

 BLUE value IS 104 (41.02% from 255) = 63.03%

R = 13.94%
G = 23.03%
B = 63.03%

CMYK

 C value IS 0.78

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#172668 (or 0x172668) is known color: Sapphire. HEX triplet: 17, 26 and 68. RGB value is (23,38,104). Sum of RGB (Red+Green+Blue) = 23+38+104=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #172668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172668 is #E8D997. Grayscale: #282828. Windows color (decimal): -15260056 or 6825495. OLE color: 6825495.

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

Color convert

RGB 23 38 104 -
CMYK 0.78 0.63 0 0.59
HSL 228.89º 0.64% 0.25% -
HSV(B) 228.89º 0.78% 0.41% -
XYZ 3.55 2.57 13.41 -
YUV 41.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 23 38 104 0.78 0.63 0 0.59 228.89 0.64 0.25
Hex 17 26 68 4E 3F 0 3B E5 40 19
Octal 27 46 150 116 77 0 73 345 100 31
Binary 10111 100110 1101000 1001110 111111 0 111011 11100101 1000000 11001

Color Harmonies of #172668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172668

Black with #172668

Text Example


Text Example

White with #172668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172668; }

 p { color: rgb(23,38,104); }

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

background-color css

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

 a { background-color: rgb(23,38,104); }

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

border-color css

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

 span { border-color: rgb(23,38,104); }

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