Html Css Color HEX #17356A Sapphire

📋 copy color: '#17356A'

red 23 ◦ green 53 ◦ blue 106

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

Shades of Sapphire #17356A

Tints of Sapphire #17356A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.12%

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

R = 12.64%
G = 29.12%
B = 58.24%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17356A (or 0x17356A) is known color: Sapphire. HEX triplet: 17, 35 and 6A. RGB value is (23,53,106). Sum of RGB (Red+Green+Blue) = 23+53+106=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 106 (41.80% from 255 or 58.24% from 182); Max value from RGB is 106 - color contains mainly: blue. Hex color #17356A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17356A is #E8CA95. Grayscale: #313131. Windows color (decimal): -15256214 or 6960407. OLE color: 6960407.

HSL color Cylindrical-coordinate representation of color #17356A: hue angle of 218.31º 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 #17356A is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 23 53 106 -
CMYK 0.78 0.5 0 0.58
HSL 218.31º 0.64% 0.25% -
HSV(B) 218.31º 0.78% 0.42% -
XYZ 4.23 3.77 14.14 -
YUV 50.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 23 53 106 0.78 0.5 0 0.58 218.31 0.64 0.25
Hex 17 35 6A 4E 32 0 3A DA 40 19
Octal 27 65 152 116 62 0 72 332 100 31
Binary 10111 110101 1101010 1001110 110010 0 111010 11011010 1000000 11001

Color Harmonies of #17356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17356A

Black with #17356A

Text Example


Text Example

White with #17356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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