Html Css Color HEX #172F69 Sapphire

📋 copy color: '#172F69'

red 23 ◦ green 47 ◦ blue 105

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

Shades of Sapphire #172F69

Tints of Sapphire #172F69

RGB

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

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

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

R = 13.14%
G = 26.86%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#172F69 (or 0x172F69) is known color: Sapphire. HEX triplet: 17, 2F and 69. RGB value is (23,47,105). Sum of RGB (Red+Green+Blue) = 23+47+105=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #172F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F69 is #E8D096. Grayscale: #2E2E2E. Windows color (decimal): -15257751 or 6893335. OLE color: 6893335.

HSL color Cylindrical-coordinate representation of color #172F69: hue angle of 222.44º 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 #172F69 is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 47 105 -
CMYK 0.78 0.55 0 0.59
HSL 222.44º 0.64% 0.25% -
HSV(B) 222.44º 0.78% 0.41% -
XYZ 3.92 3.24 13.78 -
YUV 46.44 161.05 111.28 -
System Red Green Blue C M Y K H S L
Decimal 23 47 105 0.78 0.55 0 0.59 222.44 0.64 0.25
Hex 17 2F 69 4E 37 0 3B DE 40 19
Octal 27 57 151 116 67 0 73 336 100 31
Binary 10111 101111 1101001 1001110 110111 0 111011 11011110 1000000 11001

Color Harmonies of #172F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F69

Black with #172F69

Text Example


Text Example

White with #172F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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