Html Css Color HEX #172D7C Sapphire

📋 copy color: '#172D7C'

red 23 ◦ green 45 ◦ blue 124

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

Shades of Sapphire #172D7C

Tints of Sapphire #172D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.58%

R = 11.98%
G = 23.44%
B = 64.58%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#172D7C (or 0x172D7C) is known color: Sapphire. HEX triplet: 17, 2D and 7C. RGB value is (23,45,124). Sum of RGB (Red+Green+Blue) = 23+45+124=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #172D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D7C is #E8D283. Grayscale: #2F2F2F. Windows color (decimal): -15258244 or 8138007. OLE color: 8138007.

HSL color Cylindrical-coordinate representation of color #172D7C: hue angle of 226.93º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172D7C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 45 124 -
CMYK 0.81 0.64 0 0.51
HSL 226.93º 0.69% 0.29% -
HSV(B) 226.93º 0.81% 0.49% -
XYZ 4.93 3.51 19.49 -
YUV 47.43 171.21 110.58 -
System Red Green Blue C M Y K H S L
Decimal 23 45 124 0.81 0.64 0 0.51 226.93 0.69 0.29
Hex 17 2D 7C 51 40 0 33 E3 45 1D
Octal 27 55 174 121 100 0 63 343 105 35
Binary 10111 101101 1111100 1010001 1000000 0 110011 11100011 1000101 11101

Color Harmonies of #172D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D7C

Black with #172D7C

Text Example


Text Example

White with #172D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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