Html Css Color HEX #172962 Sapphire

📋 copy color: '#172962'

red 23 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #172962

Tints of Sapphire #172962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

 BLUE value IS 98 (38.67% from 255) = 60.49%

R = 14.2%
G = 25.31%
B = 60.49%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172962 (or 0x172962) is known color: Sapphire. HEX triplet: 17, 29 and 62. RGB value is (23,41,98). Sum of RGB (Red+Green+Blue) = 23+41+98=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 98 (38.67% from 255 or 60.49% from 162); Max value from RGB is 98 - color contains mainly: blue. Hex color #172962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172962 is #E8D69D. Grayscale: #292929. Windows color (decimal): -15259294 or 6433047. OLE color: 6433047.

HSL color Cylindrical-coordinate representation of color #172962: hue angle of 225.6º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172962 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 41 98 -
CMYK 0.77 0.58 0 0.62
HSL 225.6º 0.62% 0.24% -
HSV(B) 225.6º 0.77% 0.38% -
XYZ 3.35 2.65 11.89 -
YUV 42.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 23 41 98 0.77 0.58 0 0.62 225.6 0.62 0.24
Hex 17 29 62 4D 3A 0 3E E2 3E 18
Octal 27 51 142 115 72 0 76 342 76 30
Binary 10111 101001 1100010 1001101 111010 0 111110 11100010 111110 11000

Color Harmonies of #172962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172962

Black with #172962

Text Example


Text Example

White with #172962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172962; }

 p { color: rgb(23,41,98); }

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

background-color css

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

 a { background-color: rgb(23,41,98); }

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

border-color css

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

 span { border-color: rgb(23,41,98); }

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