Html Css Color HEX #172B68 Sapphire

📋 copy color: '#172B68'

red 23 ◦ green 43 ◦ blue 104

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

Shades of Sapphire #172B68

Tints of Sapphire #172B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.29%

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

R = 13.53%
G = 25.29%
B = 61.18%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#172B68 (or 0x172B68) is known color: Sapphire. HEX triplet: 17, 2B and 68. RGB value is (23,43,104). Sum of RGB (Red+Green+Blue) = 23+43+104=170 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.53% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #172B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B68 is #E8D497. Grayscale: #2B2B2B. Windows color (decimal): -15258776 or 6826775. OLE color: 6826775.

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

Color convert

RGB 23 43 104 -
CMYK 0.78 0.59 0 0.59
HSL 225.19º 0.64% 0.25% -
HSV(B) 225.19º 0.78% 0.41% -
XYZ 3.72 2.91 13.46 -
YUV 43.97 161.87 113.04 -
System Red Green Blue C M Y K H S L
Decimal 23 43 104 0.78 0.59 0 0.59 225.19 0.64 0.25
Hex 17 2B 68 4E 3B 0 3B E1 40 19
Octal 27 53 150 116 73 0 73 341 100 31
Binary 10111 101011 1101000 1001110 111011 0 111011 11100001 1000000 11001

Color Harmonies of #172B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172B68

Black with #172B68

Text Example


Text Example

White with #172B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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