Html Css Color HEX #172F74 Sapphire

📋 copy color: '#172F74'

red 23 ◦ green 47 ◦ blue 116

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

Shades of Sapphire #172F74

Tints of Sapphire #172F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.37%

R = 12.37%
G = 25.27%
B = 62.37%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#172F74 (or 0x172F74) is known color: Sapphire. HEX triplet: 17, 2F and 74. RGB value is (23,47,116). Sum of RGB (Red+Green+Blue) = 23+47+116=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 47 (18.75% from 255 or 25.27% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #172F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F74 is #E8D08B. Grayscale: #2F2F2F. Windows color (decimal): -15257740 or 7614231. OLE color: 7614231.

HSL color Cylindrical-coordinate representation of color #172F74: hue angle of 224.52º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172F74 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 47 116 -
CMYK 0.80 0.59 0 0.55
HSL 224.52º 0.67% 0.27% -
HSV(B) 224.52º 0.8% 0.45% -
XYZ 4.52 3.48 16.96 -
YUV 47.69 166.55 110.39 -
System Red Green Blue C M Y K H S L
Decimal 23 47 116 0.80 0.59 0 0.55 224.52 0.67 0.27
Hex 17 2F 74 50 3B 0 37 E1 43 1B
Octal 27 57 164 120 73 0 67 341 103 33
Binary 10111 101111 1110100 1010000 111011 0 110111 11100001 1000011 11011

Color Harmonies of #172F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F74

Black with #172F74

Text Example


Text Example

White with #172F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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