#10588D

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

Shades of Bahama Blue #10588D

Tints of Bahama Blue #10588D

Color information

#10588D (or 0x10588D) is unknown color: approx Bahama Blue. HEX triplet: 10, 58 and 8D. RGB value is (16,88,141). Sum of RGB (Red+Green+Blue) = 16+88+141=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #10588D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10588D is #EFA772. Grayscale: #484848. Windows color (decimal): -15705971 or 9263120. OLE color: 9263120.

HSL color Cylindrical-coordinate representation of color #10588D: hue angle of 205.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10588D is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1688141-
CMYK0.890.3800.45
HSL205.44º79.62%30.78%-
HSV(B)205.44º88.65%55.29%-
XYZ8.519.0126.49-
YUV72.51166.6587.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=6.53%
G=35.92%
B=57.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal16881410.890.3800.45205.4479.6230.78
Hex10588D592602Dcd501f
Octal201302151314605531512037
Binary100001011000100011011011001100110010110111001101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10588D; }

 p { color: rgb(16,88,141); }

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

<style>
 a { background-color: #10588D; }

 a { background-color: rgb(16,88,141); }

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

<style>
 span { border-color: #10588D; }

 span { border-color: rgb(16,88,141); }

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