Html Css Color HEX #172A6E Sapphire

📋 copy color: '#172A6E'

red 23 ◦ green 42 ◦ blue 110

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

Shades of Sapphire #172A6E

Tints of Sapphire #172A6E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24%

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

R = 13.14%
G = 24%
B = 62.86%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#172A6E (or 0x172A6E) is known color: Sapphire. HEX triplet: 17, 2A and 6E. RGB value is (23,42,110). Sum of RGB (Red+Green+Blue) = 23+42+110=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #172A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A6E is #E8D591. Grayscale: #2B2B2B. Windows color (decimal): -15259026 or 7219735. OLE color: 7219735.

HSL color Cylindrical-coordinate representation of color #172A6E: hue angle of 226.9º 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 #172A6E is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 23 42 110 -
CMYK 0.79 0.62 0 0.57
HSL 226.9º 0.65% 0.26% -
HSV(B) 226.9º 0.79% 0.43% -
XYZ 4 2.96 15.11 -
YUV 44.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 23 42 110 0.79 0.62 0 0.57 226.9 0.65 0.26
Hex 17 2A 6E 4F 3E 0 39 E3 41 1A
Octal 27 52 156 117 76 0 71 343 101 32
Binary 10111 101010 1101110 1001111 111110 0 111001 11100011 1000001 11010

Color Harmonies of #172A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A6E

Black with #172A6E

Text Example


Text Example

White with #172A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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