Html Css Color HEX #172C6E Sapphire

📋 copy color: '#172C6E'

red 23 ◦ green 44 ◦ blue 110

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

Shades of Sapphire #172C6E

Tints of Sapphire #172C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 62.15%

R = 12.99%
G = 24.86%
B = 62.15%

CMYK

 C value IS 0.79

 M value IS 0.6

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#172C6E (or 0x172C6E) is known color: Sapphire. HEX triplet: 17, 2C and 6E. RGB value is (23,44,110). Sum of RGB (Red+Green+Blue) = 23+44+110=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #172C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C6E is #E8D391. Grayscale: #2C2C2C. Windows color (decimal): -15258514 or 7220247. OLE color: 7220247.

HSL color Cylindrical-coordinate representation of color #172C6E: hue angle of 225.52º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172C6E is Cyan = 0.79, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 23 44 110 -
CMYK 0.79 0.6 0 0.57
HSL 225.52º 0.65% 0.26% -
HSV(B) 225.52º 0.79% 0.43% -
XYZ 4.07 3.11 15.14 -
YUV 45.25 164.54 112.13 -
System Red Green Blue C M Y K H S L
Decimal 23 44 110 0.79 0.6 0 0.57 225.52 0.65 0.26
Hex 17 2C 6E 4F 3C 0 39 E2 41 1A
Octal 27 54 156 117 74 0 71 342 101 32
Binary 10111 101100 1101110 1001111 111100 0 111001 11100010 1000001 11010

Color Harmonies of #172C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C6E

Black with #172C6E

Text Example


Text Example

White with #172C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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