Html Css Color HEX #172B65 Sapphire

📋 copy color: '#172B65'

red 23 ◦ green 43 ◦ blue 101

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

Shades of Sapphire #172B65

Tints of Sapphire #172B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 60.48%

R = 13.77%
G = 25.75%
B = 60.48%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172B65 (or 0x172B65) is known color: Sapphire. HEX triplet: 17, 2B and 65. RGB value is (23,43,101). Sum of RGB (Red+Green+Blue) = 23+43+101=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #172B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172B65 is #E8D49A. Grayscale: #2B2B2B. Windows color (decimal): -15258779 or 6630167. OLE color: 6630167.

HSL color Cylindrical-coordinate representation of color #172B65: hue angle of 224.62º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172B65 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 43 101 -
CMYK 0.77 0.57 0 0.60
HSL 224.62º 0.63% 0.24% -
HSV(B) 224.62º 0.77% 0.4% -
XYZ 3.57 2.85 12.67 -
YUV 43.63 160.37 113.28 -
System Red Green Blue C M Y K H S L
Decimal 23 43 101 0.77 0.57 0 0.60 224.62 0.63 0.24
Hex 17 2B 65 4D 39 0 3C E1 3F 18
Octal 27 53 145 115 71 0 74 341 77 30
Binary 10111 101011 1100101 1001101 111001 0 111100 11100001 111111 11000

Color Harmonies of #172B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172B65

Black with #172B65

Text Example


Text Example

White with #172B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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