#17527B

Color #17527B Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #17527B

Tints of Bahama Blue #17527B

Color information

#17527B (or 0x17527B) is unknown color: approx Bahama Blue. HEX triplet: 17, 52 and 7B. RGB value is (23,82,123). Sum of RGB (Red+Green+Blue) = 23+82+123=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #17527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17527B is #E8AD84. Grayscale: #444444. Windows color (decimal): -15248773 or 8081943. OLE color: 8081943.

HSL color Cylindrical-coordinate representation of color #17527B: hue angle of 204.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17527B is Cyan = 0.81, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2382123-
CMYK0.810.3300.52
HSL204.6º68.49%28.63%-
HSV(B)204.6º81.3%48.24%-
XYZ6.957.6519.85-
YUV69.03158.4595.17-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.09%
GREEN value IS 82 (32.42% from 255) = 35.96%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=10.09%
G=35.96%
B=53.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23821230.810.3300.52204.668.4928.63
Hex17527B5121034cd441d
Octal271221731214106431510435
Binary10111101001011110111010001100001011010011001101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17527B; }

 p { color: rgb(23,82,123); }

 H1.HeaderClassName
 {
   color: #17527B;
 }
 .AnyTagClassName
 {
   color: #17527B;
 }
</style>
background-color css

<style>
 a { background-color: #17527B; }

 a { background-color: rgb(23,82,123); }

 div.DivClassName
 {
   background-color: #17527B;
 }
 .BgClassName
 {
   background-color: #17527B;
 }
</style>
border-color css

<style>
 span { border-color: #17527B; }

 span { border-color: rgb(23,82,123); }

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