Html Css Color HEX #172A65 Sapphire

📋 copy color: '#172A65'

red 23 ◦ green 42 ◦ blue 101

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

Shades of Sapphire #172A65

Tints of Sapphire #172A65

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

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

R = 13.86%
G = 25.3%
B = 60.84%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#172A65 (or 0x172A65) is known color: Sapphire. HEX triplet: 17, 2A and 65. RGB value is (23,42,101). Sum of RGB (Red+Green+Blue) = 23+42+101=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #172A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A65 is #E8D59A. Grayscale: #2A2A2A. Windows color (decimal): -15259035 or 6629911. OLE color: 6629911.

HSL color Cylindrical-coordinate representation of color #172A65: hue angle of 225.38º 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 #172A65 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 42 101 -
CMYK 0.77 0.58 0 0.60
HSL 225.38º 0.63% 0.24% -
HSV(B) 225.38º 0.77% 0.4% -
XYZ 3.53 2.78 12.66 -
YUV 43.05 160.71 113.7 -
System Red Green Blue C M Y K H S L
Decimal 23 42 101 0.77 0.58 0 0.60 225.38 0.63 0.24
Hex 17 2A 65 4D 3A 0 3C E1 3F 18
Octal 27 52 145 115 72 0 74 341 77 30
Binary 10111 101010 1100101 1001101 111010 0 111100 11100001 111111 11000

Color Harmonies of #172A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A65

Black with #172A65

Text Example


Text Example

White with #172A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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