Html Css Color HEX #172E66 Sapphire

📋 copy color: '#172E66'

red 23 ◦ green 46 ◦ blue 102

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

Shades of Sapphire #172E66

Tints of Sapphire #172E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.65%

R = 13.45%
G = 26.9%
B = 59.65%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#172E66 (or 0x172E66) is known color: Sapphire. HEX triplet: 17, 2E and 66. RGB value is (23,46,102). Sum of RGB (Red+Green+Blue) = 23+46+102=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #172E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E66 is #E8D199. Grayscale: #2D2D2D. Windows color (decimal): -15258010 or 6696471. OLE color: 6696471.

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

Color convert

RGB 23 46 102 -
CMYK 0.77 0.55 0 0.6
HSL 222.53º 0.63% 0.25% -
HSV(B) 222.53º 0.77% 0.4% -
XYZ 3.73 3.1 12.97 -
YUV 45.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 23 46 102 0.77 0.55 0 0.6 222.53 0.63 0.25
Hex 17 2E 66 4D 37 0 3C DF 3F 19
Octal 27 56 146 115 67 0 74 337 77 31
Binary 10111 101110 1100110 1001101 110111 0 111100 11011111 111111 11001

Color Harmonies of #172E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E66

Black with #172E66

Text Example


Text Example

White with #172E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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