Html Css Color HEX #172669 Sapphire

📋 copy color: '#172669'

red 23 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #172669

Tints of Sapphire #172669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 63.25%

R = 13.86%
G = 22.89%
B = 63.25%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#172669 (or 0x172669) is known color: Sapphire. HEX triplet: 17, 26 and 69. RGB value is (23,38,105). Sum of RGB (Red+Green+Blue) = 23+38+105=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #172669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172669 is #E8D996. Grayscale: #282828. Windows color (decimal): -15260055 or 6891031. OLE color: 6891031.

HSL color Cylindrical-coordinate representation of color #172669: hue angle of 229.02º 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 #172669 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 38 105 -
CMYK 0.78 0.64 0 0.59
HSL 229.02º 0.64% 0.25% -
HSV(B) 229.02º 0.78% 0.41% -
XYZ 3.6 2.59 13.67 -
YUV 41.15 164.03 115.05 -
System Red Green Blue C M Y K H S L
Decimal 23 38 105 0.78 0.64 0 0.59 229.02 0.64 0.25
Hex 17 26 69 4E 40 0 3B E5 40 19
Octal 27 46 151 116 100 0 73 345 100 31
Binary 10111 100110 1101001 1001110 1000000 0 111011 11100101 1000000 11001

Color Harmonies of #172669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172669

Black with #172669

Text Example


Text Example

White with #172669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172669; }

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

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

background-color css

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

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

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

border-color css

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

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

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