Html Css Color HEX #172766 Sapphire

📋 copy color: '#172766'

red 23 ◦ green 39 ◦ blue 102

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

Shades of Sapphire #172766

Tints of Sapphire #172766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 62.2%

R = 14.02%
G = 23.78%
B = 62.2%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#172766 (or 0x172766) is known color: Sapphire. HEX triplet: 17, 27 and 66. RGB value is (23,39,102). Sum of RGB (Red+Green+Blue) = 23+39+102=164 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.02% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #172766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172766 is #E8D899. Grayscale: #292929. Windows color (decimal): -15259802 or 6694679. OLE color: 6694679.

HSL color Cylindrical-coordinate representation of color #172766: hue angle of 227.85º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172766 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 39 102 -
CMYK 0.77 0.62 0 0.6
HSL 227.85º 0.63% 0.25% -
HSV(B) 227.85º 0.77% 0.4% -
XYZ 3.48 2.59 12.89 -
YUV 41.4 162.2 114.88 -
System Red Green Blue C M Y K H S L
Decimal 23 39 102 0.77 0.62 0 0.6 227.85 0.63 0.25
Hex 17 27 66 4D 3E 0 3C E4 3F 19
Octal 27 47 146 115 76 0 74 344 77 31
Binary 10111 100111 1100110 1001101 111110 0 111100 11100100 111111 11001

Color Harmonies of #172766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172766

Black with #172766

Text Example


Text Example

White with #172766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172766; }

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

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

background-color css

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

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

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

border-color css

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

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

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