Html Css Color HEX #17346A Sapphire

📋 copy color: '#17346A'

red 23 ◦ green 52 ◦ blue 106

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

Shades of Sapphire #17346A

Tints of Sapphire #17346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.73%

 BLUE value IS 106 (41.8% from 255) = 58.56%

R = 12.71%
G = 28.73%
B = 58.56%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17346A (or 0x17346A) is known color: Sapphire. HEX triplet: 17, 34 and 6A. RGB value is (23,52,106). Sum of RGB (Red+Green+Blue) = 23+52+106=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 106 (41.80% from 255 or 58.56% from 181); Max value from RGB is 106 - color contains mainly: blue. Hex color #17346A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17346A is #E8CB95. Grayscale: #313131. Windows color (decimal): -15256470 or 6960151. OLE color: 6960151.

HSL color Cylindrical-coordinate representation of color #17346A: hue angle of 219.04º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17346A is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 52 106 -
CMYK 0.78 0.51 0 0.58
HSL 219.04º 0.64% 0.25% -
HSV(B) 219.04º 0.78% 0.42% -
XYZ 4.18 3.68 14.13 -
YUV 49.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 23 52 106 0.78 0.51 0 0.58 219.04 0.64 0.25
Hex 17 34 6A 4E 33 0 3A DB 40 19
Octal 27 64 152 116 63 0 72 333 100 31
Binary 10111 110100 1101010 1001110 110011 0 111010 11011011 1000000 11001

Color Harmonies of #17346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17346A

Black with #17346A

Text Example


Text Example

White with #17346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17346A; }

 p { color: rgb(23,52,106); }

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

background-color css

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

 a { background-color: rgb(23,52,106); }

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

border-color css

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

 span { border-color: rgb(23,52,106); }

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