Html Css Color HEX #172E69 Sapphire

📋 copy color: '#172E69'

red 23 ◦ green 46 ◦ blue 105

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

Shades of Sapphire #172E69

Tints of Sapphire #172E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 13.22%
G = 26.44%
B = 60.34%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#172E69 (or 0x172E69) is known color: Sapphire. HEX triplet: 17, 2E and 69. RGB value is (23,46,105). Sum of RGB (Red+Green+Blue) = 23+46+105=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #172E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E69 is #E8D196. Grayscale: #2D2D2D. Windows color (decimal): -15258007 or 6893079. OLE color: 6893079.

HSL color Cylindrical-coordinate representation of color #172E69: hue angle of 223.17º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172E69 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 46 105 -
CMYK 0.78 0.56 0 0.59
HSL 223.17º 0.64% 0.25% -
HSV(B) 223.17º 0.78% 0.41% -
XYZ 3.88 3.16 13.77 -
YUV 45.85 161.38 111.7 -
System Red Green Blue C M Y K H S L
Decimal 23 46 105 0.78 0.56 0 0.59 223.17 0.64 0.25
Hex 17 2E 69 4E 38 0 3B DF 40 19
Octal 27 56 151 116 70 0 73 337 100 31
Binary 10111 101110 1101001 1001110 111000 0 111011 11011111 1000000 11001

Color Harmonies of #172E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E69

Black with #172E69

Text Example


Text Example

White with #172E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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