Html Css Color HEX #172C5B Sapphire

📋 copy color: '#172C5B'

red 23 ◦ green 44 ◦ blue 91

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

Shades of Sapphire #172C5B

Tints of Sapphire #172C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.85%

 BLUE value IS 91 (35.94% from 255) = 57.59%

R = 14.56%
G = 27.85%
B = 57.59%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#172C5B (or 0x172C5B) is known color: Sapphire. HEX triplet: 17, 2C and 5B. RGB value is (23,44,91). Sum of RGB (Red+Green+Blue) = 23+44+91=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 91 (35.94% from 255 or 57.59% from 158); Max value from RGB is 91 - color contains mainly: blue. Hex color #172C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C5B is #E8D3A4. Grayscale: #2A2A2A. Windows color (decimal): -15258533 or 5975063. OLE color: 5975063.

HSL color Cylindrical-coordinate representation of color #172C5B: hue angle of 221.47º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172C5B is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 44 91 -
CMYK 0.75 0.52 0 0.64
HSL 221.47º 0.6% 0.22% -
HSV(B) 221.47º 0.75% 0.36% -
XYZ 3.14 2.74 10.26 -
YUV 43.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 23 44 91 0.75 0.52 0 0.64 221.47 0.6 0.22
Hex 17 2C 5B 4B 34 0 40 DD 3C 16
Octal 27 54 133 113 64 0 100 335 74 26
Binary 10111 101100 1011011 1001011 110100 0 1000000 11011101 111100 10110

Color Harmonies of #172C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C5B

Black with #172C5B

Text Example


Text Example

White with #172C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,44,91); }

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

background-color css

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

 a { background-color: rgb(23,44,91); }

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

border-color css

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

 span { border-color: rgb(23,44,91); }

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