Html Css Color HEX #172968 Sapphire

📋 copy color: '#172968'

red 23 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #172968

Tints of Sapphire #172968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.4%

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

R = 13.69%
G = 24.4%
B = 61.9%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#172968 (or 0x172968) is known color: Sapphire. HEX triplet: 17, 29 and 68. RGB value is (23,41,104). Sum of RGB (Red+Green+Blue) = 23+41+104=168 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.69% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #172968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172968 is #E8D697. Grayscale: #2A2A2A. Windows color (decimal): -15259288 or 6826263. OLE color: 6826263.

HSL color Cylindrical-coordinate representation of color #172968: hue angle of 226.67º 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 #172968 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 41 104 -
CMYK 0.78 0.61 0 0.59
HSL 226.67º 0.64% 0.25% -
HSV(B) 226.67º 0.78% 0.41% -
XYZ 3.64 2.77 13.44 -
YUV 42.8 162.54 113.88 -
System Red Green Blue C M Y K H S L
Decimal 23 41 104 0.78 0.61 0 0.59 226.67 0.64 0.25
Hex 17 29 68 4E 3D 0 3B E3 40 19
Octal 27 51 150 116 75 0 73 343 100 31
Binary 10111 101001 1101000 1001110 111101 0 111011 11100011 1000000 11001

Color Harmonies of #172968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172968

Black with #172968

Text Example


Text Example

White with #172968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172968; }

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

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

background-color css

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

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

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

border-color css

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

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

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