Html Css Color HEX #172C62 Sapphire

📋 copy color: '#172C62'

red 23 ◦ green 44 ◦ blue 98

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

Shades of Sapphire #172C62

Tints of Sapphire #172C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 59.39%

R = 13.94%
G = 26.67%
B = 59.39%

CMYK

 C value IS 0.77

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172C62 (or 0x172C62) is known color: Sapphire. HEX triplet: 17, 2C and 62. RGB value is (23,44,98). Sum of RGB (Red+Green+Blue) = 23+44+98=165 (21% of max value = 765). Red value is 23 (9.38% from 255 or 13.94% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #172C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C62 is #E8D39D. Grayscale: #2B2B2B. Windows color (decimal): -15258526 or 6433815. OLE color: 6433815.

HSL color Cylindrical-coordinate representation of color #172C62: hue angle of 223.2º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172C62 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 44 98 -
CMYK 0.77 0.55 0 0.62
HSL 223.2º 0.62% 0.24% -
HSV(B) 223.2º 0.77% 0.38% -
XYZ 3.46 2.87 11.93 -
YUV 43.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 23 44 98 0.77 0.55 0 0.62 223.2 0.62 0.24
Hex 17 2C 62 4D 37 0 3E DF 3E 18
Octal 27 54 142 115 67 0 76 337 76 30
Binary 10111 101100 1100010 1001101 110111 0 111110 11011111 111110 11000

Color Harmonies of #172C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C62

Black with #172C62

Text Example


Text Example

White with #172C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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