Html Css Color HEX #172C78 Sapphire

📋 copy color: '#172C78'

red 23 ◦ green 44 ◦ blue 120

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

Shades of Sapphire #172C78

Tints of Sapphire #172C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 12.3%
G = 23.53%
B = 64.17%

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

#172C78 (or 0x172C78) is known color: Sapphire. HEX triplet: 17, 2C and 78. RGB value is (23,44,120). Sum of RGB (Red+Green+Blue) = 23+44+120=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #172C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C78 is #E8D387. Grayscale: #2E2E2E. Windows color (decimal): -15258504 or 7875607. OLE color: 7875607.

HSL color Cylindrical-coordinate representation of color #172C78: hue angle of 227.01º 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 #172C78 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 23 44 120 -
CMYK 0.81 0.63 0 0.53
HSL 227.01º 0.68% 0.28% -
HSV(B) 227.01º 0.81% 0.47% -
XYZ 4.64 3.34 18.17 -
YUV 46.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 23 44 120 0.81 0.63 0 0.53 227.01 0.68 0.28
Hex 17 2C 78 51 3F 0 35 E3 44 1C
Octal 27 54 170 121 77 0 65 343 104 34
Binary 10111 101100 1111000 1010001 111111 0 110101 11100011 1000100 11100

Color Harmonies of #172C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C78

Black with #172C78

Text Example


Text Example

White with #172C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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