Html Css Color HEX #17266A Sapphire

📋 copy color: '#17266A'

red 23 ◦ green 38 ◦ blue 106

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

Shades of Sapphire #17266A

Tints of Sapphire #17266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.75%

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

R = 13.77%
G = 22.75%
B = 63.47%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#17266A (or 0x17266A) is known color: Sapphire. HEX triplet: 17, 26 and 6A. RGB value is (23,38,106). Sum of RGB (Red+Green+Blue) = 23+38+106=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #17266A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17266A is #E8D995. Grayscale: #282828. Windows color (decimal): -15260054 or 6956567. OLE color: 6956567.

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

Color convert

RGB 23 38 106 -
CMYK 0.78 0.64 0 0.58
HSL 229.16º 0.64% 0.25% -
HSV(B) 229.16º 0.78% 0.42% -
XYZ 3.65 2.61 13.95 -
YUV 41.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 23 38 106 0.78 0.64 0 0.58 229.16 0.64 0.25
Hex 17 26 6A 4E 40 0 3A E5 40 19
Octal 27 46 152 116 100 0 72 345 100 31
Binary 10111 100110 1101010 1001110 1000000 0 111010 11100101 1000000 11001

Color Harmonies of #17266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17266A

Black with #17266A

Text Example


Text Example

White with #17266A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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