Html Css Color HEX #172A6B Sapphire

📋 copy color: '#172A6B'

red 23 ◦ green 42 ◦ blue 107

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

Shades of Sapphire #172A6B

Tints of Sapphire #172A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 62.21%

R = 13.37%
G = 24.42%
B = 62.21%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#172A6B (or 0x172A6B) is known color: Sapphire. HEX triplet: 17, 2A and 6B. RGB value is (23,42,107). Sum of RGB (Red+Green+Blue) = 23+42+107=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 107 (42.19% from 255 or 62.21% from 172); Max value from RGB is 107 - color contains mainly: blue. Hex color #172A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A6B is #E8D594. Grayscale: #2B2B2B. Windows color (decimal): -15259029 or 7023127. OLE color: 7023127.

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

Color convert

RGB 23 42 107 -
CMYK 0.79 0.61 0 0.58
HSL 226.43º 0.65% 0.25% -
HSV(B) 226.43º 0.79% 0.42% -
XYZ 3.84 2.9 14.27 -
YUV 43.73 163.71 113.21 -
System Red Green Blue C M Y K H S L
Decimal 23 42 107 0.79 0.61 0 0.58 226.43 0.65 0.25
Hex 17 2A 6B 4F 3D 0 3A E2 41 19
Octal 27 52 153 117 75 0 72 342 101 31
Binary 10111 101010 1101011 1001111 111101 0 111010 11100010 1000001 11001

Color Harmonies of #172A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A6B

Black with #172A6B

Text Example


Text Example

White with #172A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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