Html Css Color HEX #172E6C Sapphire

📋 copy color: '#172E6C'

red 23 ◦ green 46 ◦ blue 108

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

Shades of Sapphire #172E6C

Tints of Sapphire #172E6C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.99%

 BLUE value IS 108 (42.58% from 255) = 61.02%

R = 12.99%
G = 25.99%
B = 61.02%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#172E6C (or 0x172E6C) is known color: Sapphire. HEX triplet: 17, 2E and 6C. RGB value is (23,46,108). Sum of RGB (Red+Green+Blue) = 23+46+108=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 108 (42.58% from 255 or 61.02% from 177); Max value from RGB is 108 - color contains mainly: blue. Hex color #172E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E6C is #E8D193. Grayscale: #2D2D2D. Windows color (decimal): -15258004 or 7089687. OLE color: 7089687.

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

Color convert

RGB 23 46 108 -
CMYK 0.79 0.57 0 0.58
HSL 223.76º 0.65% 0.26% -
HSV(B) 223.76º 0.79% 0.42% -
XYZ 4.04 3.22 14.6 -
YUV 46.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 23 46 108 0.79 0.57 0 0.58 223.76 0.65 0.26
Hex 17 2E 6C 4F 39 0 3A E0 41 1A
Octal 27 56 154 117 71 0 72 340 101 32
Binary 10111 101110 1101100 1001111 111001 0 111010 11100000 1000001 11010

Color Harmonies of #172E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E6C

Black with #172E6C

Text Example


Text Example

White with #172E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,46,108); }

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

background-color css

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

 a { background-color: rgb(23,46,108); }

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

border-color css

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

 span { border-color: rgb(23,46,108); }

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