Html Css Color HEX #172A5A Sapphire

📋 copy color: '#172A5A'

red 23 ◦ green 42 ◦ blue 90

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

Shades of Sapphire #172A5A

Tints of Sapphire #172A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 58.06%

R = 14.84%
G = 27.1%
B = 58.06%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#172A5A (or 0x172A5A) is known color: Sapphire. HEX triplet: 17, 2A and 5A. RGB value is (23,42,90). Sum of RGB (Red+Green+Blue) = 23+42+90=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #172A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A5A is #E8D5A5. Grayscale: #292929. Windows color (decimal): -15259046 or 5909015. OLE color: 5909015.

HSL color Cylindrical-coordinate representation of color #172A5A: hue angle of 222.99º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172A5A is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 42 90 -
CMYK 0.74 0.53 0 0.65
HSL 222.99º 0.59% 0.22% -
HSV(B) 222.99º 0.74% 0.35% -
XYZ 3.03 2.58 10.01 -
YUV 41.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 23 42 90 0.74 0.53 0 0.65 222.99 0.59 0.22
Hex 17 2A 5A 4A 35 0 41 DF 3B 16
Octal 27 52 132 112 65 0 101 337 73 26
Binary 10111 101010 1011010 1001010 110101 0 1000001 11011111 111011 10110

Color Harmonies of #172A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172A5A

Black with #172A5A

Text Example


Text Example

White with #172A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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