Html Css Color HEX #17265A Sapphire

📋 copy color: '#17265A'

red 23 ◦ green 38 ◦ blue 90

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

Shades of Sapphire #17265A

Tints of Sapphire #17265A

RGB

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

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

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

R = 15.23%
G = 25.17%
B = 59.6%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#17265A (or 0x17265A) is known color: Sapphire. HEX triplet: 17, 26 and 5A. RGB value is (23,38,90). Sum of RGB (Red+Green+Blue) = 23+38+90=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #17265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17265A is #E8D9A5. Grayscale: #272727. Windows color (decimal): -15260070 or 5907991. OLE color: 5907991.

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

Color convert

RGB 23 38 90 -
CMYK 0.74 0.58 0 0.65
HSL 226.57º 0.59% 0.22% -
HSV(B) 226.57º 0.74% 0.35% -
XYZ 2.89 2.31 9.97 -
YUV 39.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 23 38 90 0.74 0.58 0 0.65 226.57 0.59 0.22
Hex 17 26 5A 4A 3A 0 41 E3 3B 16
Octal 27 46 132 112 72 0 101 343 73 26
Binary 10111 100110 1011010 1001010 111010 0 1000001 11100011 111011 10110

Color Harmonies of #17265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17265A

Black with #17265A

Text Example


Text Example

White with #17265A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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