Html Css Color HEX #172C77 Sapphire

📋 copy color: '#172C77'

red 23 ◦ green 44 ◦ blue 119

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

Shades of Sapphire #172C77

Tints of Sapphire #172C77

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.66%

 BLUE value IS 119 (46.88% from 255) = 63.98%

R = 12.37%
G = 23.66%
B = 63.98%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#172C77 (or 0x172C77) is known color: Sapphire. HEX triplet: 17, 2C and 77. RGB value is (23,44,119). Sum of RGB (Red+Green+Blue) = 23+44+119=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #172C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C77 is #E8D388. Grayscale: #2D2D2D. Windows color (decimal): -15258505 or 7810071. OLE color: 7810071.

HSL color Cylindrical-coordinate representation of color #172C77: hue angle of 226.88º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172C77 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 44 119 -
CMYK 0.81 0.63 0 0.53
HSL 226.88º 0.68% 0.28% -
HSV(B) 226.88º 0.81% 0.47% -
XYZ 4.58 3.32 17.85 -
YUV 46.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 23 44 119 0.81 0.63 0 0.53 226.88 0.68 0.28
Hex 17 2C 77 51 3F 0 35 E3 44 1C
Octal 27 54 167 121 77 0 65 343 104 34
Binary 10111 101100 1110111 1010001 111111 0 110101 11100011 1000100 11100

Color Harmonies of #172C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C77

Black with #172C77

Text Example


Text Example

White with #172C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,44,119); }

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

background-color css

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

 a { background-color: rgb(23,44,119); }

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

border-color css

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

 span { border-color: rgb(23,44,119); }

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