Html Css Color HEX #172A70 Sapphire

📋 copy color: '#172A70'

red 23 ◦ green 42 ◦ blue 112

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

Shades of Sapphire #172A70

Tints of Sapphire #172A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 12.99%
G = 23.73%
B = 63.28%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#172A70 (or 0x172A70) is known color: Sapphire. HEX triplet: 17, 2A and 70. RGB value is (23,42,112). Sum of RGB (Red+Green+Blue) = 23+42+112=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #172A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A70 is #E8D58F. Grayscale: #2C2C2C. Windows color (decimal): -15259024 or 7350807. OLE color: 7350807.

HSL color Cylindrical-coordinate representation of color #172A70: hue angle of 227.19º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #172A70 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 42 112 -
CMYK 0.79 0.62 0 0.56
HSL 227.19º 0.66% 0.26% -
HSV(B) 227.19º 0.79% 0.44% -
XYZ 4.11 3.01 15.69 -
YUV 44.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 23 42 112 0.79 0.62 0 0.56 227.19 0.66 0.26
Hex 17 2A 70 4F 3E 0 38 E3 42 1A
Octal 27 52 160 117 76 0 70 343 102 32
Binary 10111 101010 1110000 1001111 111110 0 111000 11100011 1000010 11010

Color Harmonies of #172A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A70

Black with #172A70

Text Example


Text Example

White with #172A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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