Html Css Color HEX #172768 Sapphire

📋 copy color: '#172768'

red 23 ◦ green 39 ◦ blue 104

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

Shades of Sapphire #172768

Tints of Sapphire #172768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.49%

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

R = 13.86%
G = 23.49%
B = 62.65%

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

#172768 (or 0x172768) is known color: Sapphire. HEX triplet: 17, 27 and 68. RGB value is (23,39,104). Sum of RGB (Red+Green+Blue) = 23+39+104=166 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.86% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #172768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172768 is #E8D897. Grayscale: #292929. Windows color (decimal): -15259800 or 6825751. OLE color: 6825751.

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

Color convert

RGB 23 39 104 -
CMYK 0.78 0.62 0 0.59
HSL 228.15º 0.64% 0.25% -
HSV(B) 228.15º 0.78% 0.41% -
XYZ 3.58 2.63 13.42 -
YUV 41.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 23 39 104 0.78 0.62 0 0.59 228.15 0.64 0.25
Hex 17 27 68 4E 3E 0 3B E4 40 19
Octal 27 47 150 116 76 0 73 344 100 31
Binary 10111 100111 1101000 1001110 111110 0 111011 11100100 1000000 11001

Color Harmonies of #172768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172768

Black with #172768

Text Example


Text Example

White with #172768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172768; }

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

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

background-color css

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

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

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

border-color css

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

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

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