Html Css Color HEX #17276E Sapphire

📋 copy color: '#17276E'

red 23 ◦ green 39 ◦ blue 110

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

Shades of Sapphire #17276E

Tints of Sapphire #17276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.67%

 BLUE value IS 110 (43.36% from 255) = 63.95%

R = 13.37%
G = 22.67%
B = 63.95%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#17276E (or 0x17276E) is known color: Sapphire. HEX triplet: 17, 27 and 6E. RGB value is (23,39,110). Sum of RGB (Red+Green+Blue) = 23+39+110=172 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.37% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #17276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17276E is #E8D891. Grayscale: #2A2A2A. Windows color (decimal): -15259794 or 7218967. OLE color: 7218967.

HSL color Cylindrical-coordinate representation of color #17276E: hue angle of 228.97º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17276E is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 23 39 110 -
CMYK 0.79 0.65 0 0.57
HSL 228.97º 0.65% 0.26% -
HSV(B) 228.97º 0.79% 0.43% -
XYZ 3.89 2.76 15.08 -
YUV 42.31 166.2 114.23 -
System Red Green Blue C M Y K H S L
Decimal 23 39 110 0.79 0.65 0 0.57 228.97 0.65 0.26
Hex 17 27 6E 4F 41 0 39 E5 41 1A
Octal 27 47 156 117 101 0 71 345 101 32
Binary 10111 100111 1101110 1001111 1000001 0 111001 11100101 1000001 11010

Color Harmonies of #17276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17276E

Black with #17276E

Text Example


Text Example

White with #17276E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17276E; }

 p { color: rgb(23,39,110); }

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

background-color css

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

 a { background-color: rgb(23,39,110); }

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

border-color css

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

 span { border-color: rgb(23,39,110); }

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