Html Css Color HEX #172F6D Sapphire

📋 copy color: '#172F6D'

red 23 ◦ green 47 ◦ blue 109

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

Shades of Sapphire #172F6D

Tints of Sapphire #172F6D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.26%

 BLUE value IS 109 (42.97% from 255) = 60.89%

R = 12.85%
G = 26.26%
B = 60.89%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#172F6D (or 0x172F6D) is known color: Sapphire. HEX triplet: 17, 2F and 6D. RGB value is (23,47,109). Sum of RGB (Red+Green+Blue) = 23+47+109=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #172F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F6D is #E8D092. Grayscale: #2E2E2E. Windows color (decimal): -15257747 or 7155479. OLE color: 7155479.

HSL color Cylindrical-coordinate representation of color #172F6D: hue angle of 223.26º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172F6D is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 23 47 109 -
CMYK 0.79 0.57 0 0.57
HSL 223.26º 0.65% 0.26% -
HSV(B) 223.26º 0.79% 0.43% -
XYZ 4.13 3.32 14.89 -
YUV 46.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 23 47 109 0.79 0.57 0 0.57 223.26 0.65 0.26
Hex 17 2F 6D 4F 39 0 39 DF 41 1A
Octal 27 57 155 117 71 0 71 337 101 32
Binary 10111 101111 1101101 1001111 111001 0 111001 11011111 1000001 11010

Color Harmonies of #172F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F6D

Black with #172F6D

Text Example


Text Example

White with #172F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,47,109); }

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

background-color css

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

 a { background-color: rgb(23,47,109); }

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

border-color css

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

 span { border-color: rgb(23,47,109); }

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