Html Css Color HEX #172E6B Sapphire

📋 copy color: '#172E6B'

red 23 ◦ green 46 ◦ blue 107

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

Shades of Sapphire #172E6B

Tints of Sapphire #172E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.14%

 BLUE value IS 107 (42.19% from 255) = 60.8%

R = 13.07%
G = 26.14%
B = 60.8%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#172E6B (or 0x172E6B) is known color: Sapphire. HEX triplet: 17, 2E and 6B. RGB value is (23,46,107). Sum of RGB (Red+Green+Blue) = 23+46+107=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #172E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E6B is #E8D194. Grayscale: #2D2D2D. Windows color (decimal): -15258005 or 7024151. OLE color: 7024151.

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

Color convert

RGB 23 46 107 -
CMYK 0.79 0.57 0 0.58
HSL 223.57º 0.65% 0.25% -
HSV(B) 223.57º 0.79% 0.42% -
XYZ 3.98 3.2 14.32 -
YUV 46.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 23 46 107 0.79 0.57 0 0.58 223.57 0.65 0.25
Hex 17 2E 6B 4F 39 0 3A E0 41 19
Octal 27 56 153 117 71 0 72 340 101 31
Binary 10111 101110 1101011 1001111 111001 0 111010 11100000 1000001 11001

Color Harmonies of #172E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E6B

Black with #172E6B

Text Example


Text Example

White with #172E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,107); }

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

background-color css

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

 a { background-color: rgb(23,46,107); }

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

border-color css

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

 span { border-color: rgb(23,46,107); }

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