Html Css Color HEX #172D7D Sapphire

📋 copy color: '#172D7D'

red 23 ◦ green 45 ◦ blue 125

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

Shades of Sapphire #172D7D

Tints of Sapphire #172D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.77%

R = 11.92%
G = 23.32%
B = 64.77%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#172D7D (or 0x172D7D) is known color: Sapphire. HEX triplet: 17, 2D and 7D. RGB value is (23,45,125). Sum of RGB (Red+Green+Blue) = 23+45+125=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #172D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D7D is #E8D282. Grayscale: #2F2F2F. Windows color (decimal): -15258243 or 8203543. OLE color: 8203543.

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

Color convert

RGB 23 45 125 -
CMYK 0.82 0.64 0 0.51
HSL 227.06º 0.69% 0.29% -
HSV(B) 227.06º 0.82% 0.49% -
XYZ 4.99 3.54 19.82 -
YUV 47.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 23 45 125 0.82 0.64 0 0.51 227.06 0.69 0.29
Hex 17 2D 7D 52 40 0 33 E3 45 1D
Octal 27 55 175 122 100 0 63 343 105 35
Binary 10111 101101 1111101 1010010 1000000 0 110011 11100011 1000101 11101

Color Harmonies of #172D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D7D

Black with #172D7D

Text Example


Text Example

White with #172D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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