Html Css Color HEX #172463 Sapphire

📋 copy color: '#172463'

red 23 ◦ green 36 ◦ blue 99

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

Shades of Sapphire #172463

Tints of Sapphire #172463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.78%

 BLUE value IS 99 (39.06% from 255) = 62.66%

R = 14.56%
G = 22.78%
B = 62.66%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#172463 (or 0x172463) is known color: Sapphire. HEX triplet: 17, 24 and 63. RGB value is (23,36,99). Sum of RGB (Red+Green+Blue) = 23+36+99=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #172463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172463 is #E8DB9C. Grayscale: #272727. Windows color (decimal): -15260573 or 6497303. OLE color: 6497303.

HSL color Cylindrical-coordinate representation of color #172463: hue angle of 229.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172463 is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 23 36 99 -
CMYK 0.77 0.64 0 0.61
HSL 229.74º 0.62% 0.24% -
HSV(B) 229.74º 0.77% 0.39% -
XYZ 3.24 2.34 12.09 -
YUV 39.3 161.69 116.38 -
System Red Green Blue C M Y K H S L
Decimal 23 36 99 0.77 0.64 0 0.61 229.74 0.62 0.24
Hex 17 24 63 4D 40 0 3D E6 3E 18
Octal 27 44 143 115 100 0 75 346 76 30
Binary 10111 100100 1100011 1001101 1000000 0 111101 11100110 111110 11000

Color Harmonies of #172463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172463

Black with #172463

Text Example


Text Example

White with #172463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172463; }

 p { color: rgb(23,36,99); }

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

background-color css

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

 a { background-color: rgb(23,36,99); }

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

border-color css

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

 span { border-color: rgb(23,36,99); }

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