Html Css Color HEX #172868 Sapphire

📋 copy color: '#172868'

red 23 ◦ green 40 ◦ blue 104

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

Shades of Sapphire #172868

Tints of Sapphire #172868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 23.95%

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 13.77%
G = 23.95%
B = 62.28%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#172868 (or 0x172868) is known color: Sapphire. HEX triplet: 17, 28 and 68. RGB value is (23,40,104). Sum of RGB (Red+Green+Blue) = 23+40+104=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #172868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172868 is #E8D797. Grayscale: #292929. Windows color (decimal): -15259544 or 6826007. OLE color: 6826007.

HSL color Cylindrical-coordinate representation of color #172868: hue angle of 227.41º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172868 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 40 104 -
CMYK 0.78 0.62 0 0.59
HSL 227.41º 0.64% 0.25% -
HSV(B) 227.41º 0.78% 0.41% -
XYZ 3.61 2.7 13.43 -
YUV 42.21 162.87 114.3 -
System Red Green Blue C M Y K H S L
Decimal 23 40 104 0.78 0.62 0 0.59 227.41 0.64 0.25
Hex 17 28 68 4E 3E 0 3B E3 40 19
Octal 27 50 150 116 76 0 73 343 100 31
Binary 10111 101000 1101000 1001110 111110 0 111011 11100011 1000000 11001

Color Harmonies of #172868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172868

Black with #172868

Text Example


Text Example

White with #172868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172868; }

 p { color: rgb(23,40,104); }

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

background-color css

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

 a { background-color: rgb(23,40,104); }

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

border-color css

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

 span { border-color: rgb(23,40,104); }

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