Html Css Color HEX #172F66 Sapphire

📋 copy color: '#172F66'

red 23 ◦ green 47 ◦ blue 102

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

Shades of Sapphire #172F66

Tints of Sapphire #172F66

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.33%

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

R = 13.37%
G = 27.33%
B = 59.3%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#172F66 (or 0x172F66) is known color: Sapphire. HEX triplet: 17, 2F and 66. RGB value is (23,47,102). Sum of RGB (Red+Green+Blue) = 23+47+102=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 102 (40.23% from 255 or 59.30% from 172); Max value from RGB is 102 - color contains mainly: blue. Hex color #172F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F66 is #E8D099. Grayscale: #2D2D2D. Windows color (decimal): -15257754 or 6696727. OLE color: 6696727.

HSL color Cylindrical-coordinate representation of color #172F66: hue angle of 221.77º 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 #172F66 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 47 102 -
CMYK 0.77 0.54 0 0.6
HSL 221.77º 0.63% 0.25% -
HSV(B) 221.77º 0.77% 0.4% -
XYZ 3.77 3.17 12.98 -
YUV 46.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 23 47 102 0.77 0.54 0 0.6 221.77 0.63 0.25
Hex 17 2F 66 4D 36 0 3C DE 3F 19
Octal 27 57 146 115 66 0 74 336 77 31
Binary 10111 101111 1100110 1001101 110110 0 111100 11011110 111111 11001

Color Harmonies of #172F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F66

Black with #172F66

Text Example


Text Example

White with #172F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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