Html Css Color HEX #172E7C Sapphire

📋 copy color: '#172E7C'

red 23 ◦ green 46 ◦ blue 124

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

Shades of Sapphire #172E7C

Tints of Sapphire #172E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 11.92%
G = 23.83%
B = 64.25%

CMYK

 C value IS 0.81

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#172E7C (or 0x172E7C) is known color: Sapphire. HEX triplet: 17, 2E and 7C. RGB value is (23,46,124). Sum of RGB (Red+Green+Blue) = 23+46+124=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #172E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E7C is #E8D183. Grayscale: #2F2F2F. Windows color (decimal): -15257988 or 8138263. OLE color: 8138263.

HSL color Cylindrical-coordinate representation of color #172E7C: hue angle of 226.34º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172E7C is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 46 124 -
CMYK 0.81 0.63 0 0.51
HSL 226.34º 0.69% 0.29% -
HSV(B) 226.34º 0.81% 0.49% -
XYZ 4.97 3.59 19.5 -
YUV 48.02 170.88 110.16 -
System Red Green Blue C M Y K H S L
Decimal 23 46 124 0.81 0.63 0 0.51 226.34 0.69 0.29
Hex 17 2E 7C 51 3F 0 33 E2 45 1D
Octal 27 56 174 121 77 0 63 342 105 35
Binary 10111 101110 1111100 1010001 111111 0 110011 11100010 1000101 11101

Color Harmonies of #172E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172E7C

Black with #172E7C

Text Example


Text Example

White with #172E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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