Html Css Color HEX #17276F Sapphire

📋 copy color: '#17276F'

red 23 ◦ green 39 ◦ blue 111

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

Shades of Sapphire #17276F

Tints of Sapphire #17276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 64.16%

R = 13.29%
G = 22.54%
B = 64.16%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#17276F (or 0x17276F) is known color: Sapphire. HEX triplet: 17, 27 and 6F. RGB value is (23,39,111). Sum of RGB (Red+Green+Blue) = 23+39+111=173 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.29% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #17276F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17276F is #E8D890. Grayscale: #2A2A2A. Windows color (decimal): -15259793 or 7284503. OLE color: 7284503.

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

Color convert

RGB 23 39 111 -
CMYK 0.79 0.65 0 0.56
HSL 229.09º 0.66% 0.26% -
HSV(B) 229.09º 0.79% 0.44% -
XYZ 3.95 2.78 15.37 -
YUV 42.42 166.7 114.15 -
System Red Green Blue C M Y K H S L
Decimal 23 39 111 0.79 0.65 0 0.56 229.09 0.66 0.26
Hex 17 27 6F 4F 41 0 38 E5 42 1A
Octal 27 47 157 117 101 0 70 345 102 32
Binary 10111 100111 1101111 1001111 1000001 0 111000 11100101 1000010 11010

Color Harmonies of #17276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17276F

Black with #17276F

Text Example


Text Example

White with #17276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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