Html Css Color HEX #17517F Bahama Blue

📋 copy color: '#17517F'

red 23 ◦ green 81 ◦ blue 127

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

Shades of Bahama Blue #17517F

Tints of Bahama Blue #17517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

 BLUE value IS 127 (50% from 255) = 54.98%

R = 9.96%
G = 35.06%
B = 54.98%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#17517F (or 0x17517F) is known color: Bahama Blue. HEX triplet: 17, 51 and 7F. RGB value is (23,81,127). Sum of RGB (Red+Green+Blue) = 23+81+127=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #17517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17517F is #E8AE80. Grayscale: #444444. Windows color (decimal): -15249025 or 8343831. OLE color: 8343831.

HSL color Cylindrical-coordinate representation of color #17517F: hue angle of 206.54º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17517F is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 23 81 127 -
CMYK 0.82 0.36 0 0.50
HSL 206.54º 0.69% 0.29% -
HSV(B) 206.54º 0.82% 0.5% -
XYZ 7.13 7.6 21.17 -
YUV 68.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 23 81 127 0.82 0.36 0 0.50 206.54 0.69 0.29
Hex 17 51 7F 52 24 0 32 CF 45 1D
Octal 27 121 177 122 44 0 62 317 105 35
Binary 10111 1010001 1111111 1010010 100100 0 110010 11001111 1000101 11101

Color Harmonies of #17517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17517F

Black with #17517F

Text Example


Text Example

White with #17517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,81,127); }

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

background-color css

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

 a { background-color: rgb(23,81,127); }

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

border-color css

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

 span { border-color: rgb(23,81,127); }

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