Html Css Color HEX #172F6B Sapphire

📋 copy color: '#172F6B'

red 23 ◦ green 47 ◦ blue 107

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

Shades of Sapphire #172F6B

Tints of Sapphire #172F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 60.45%

R = 12.99%
G = 26.55%
B = 60.45%

CMYK

 C value IS 0.79

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#172F6B (or 0x172F6B) is known color: Sapphire. HEX triplet: 17, 2F and 6B. RGB value is (23,47,107). Sum of RGB (Red+Green+Blue) = 23+47+107=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 107 (42.19% from 255 or 60.45% from 177); Max value from RGB is 107 - color contains mainly: blue. Hex color #172F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F6B is #E8D094. Grayscale: #2E2E2E. Windows color (decimal): -15257749 or 7024407. OLE color: 7024407.

HSL color Cylindrical-coordinate representation of color #172F6B: hue angle of 222.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172F6B is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 47 107 -
CMYK 0.79 0.56 0 0.58
HSL 222.86º 0.65% 0.25% -
HSV(B) 222.86º 0.79% 0.42% -
XYZ 4.02 3.28 14.33 -
YUV 46.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 23 47 107 0.79 0.56 0 0.58 222.86 0.65 0.25
Hex 17 2F 6B 4F 38 0 3A DF 41 19
Octal 27 57 153 117 70 0 72 337 101 31
Binary 10111 101111 1101011 1001111 111000 0 111010 11011111 1000001 11001

Color Harmonies of #172F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F6B

Black with #172F6B

Text Example


Text Example

White with #172F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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