Html Css Color HEX #172D78 Sapphire

📋 copy color: '#172D78'

red 23 ◦ green 45 ◦ blue 120

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

Shades of Sapphire #172D78

Tints of Sapphire #172D78

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.94%

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

R = 12.23%
G = 23.94%
B = 63.83%

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

#172D78 (or 0x172D78) is known color: Sapphire. HEX triplet: 17, 2D and 78. RGB value is (23,45,120). Sum of RGB (Red+Green+Blue) = 23+45+120=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #172D78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D78 is #E8D287. Grayscale: #2E2E2E. Windows color (decimal): -15258248 or 7875863. OLE color: 7875863.

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

Color convert

RGB 23 45 120 -
CMYK 0.81 0.63 0 0.53
HSL 226.39º 0.68% 0.28% -
HSV(B) 226.39º 0.81% 0.47% -
XYZ 4.68 3.41 18.18 -
YUV 46.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 23 45 120 0.81 0.63 0 0.53 226.39 0.68 0.28
Hex 17 2D 78 51 3F 0 35 E2 44 1C
Octal 27 55 170 121 77 0 65 342 104 34
Binary 10111 101101 1111000 1010001 111111 0 110101 11100010 1000100 11100

Color Harmonies of #172D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D78

Black with #172D78

Text Example


Text Example

White with #172D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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