#0F5880

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

Shades of Bahama Blue #0F5880

Tints of Bahama Blue #0F5880

Color information

#0F5880 (or 0x0F5880) is unknown color: approx Bahama Blue. HEX triplet: 0F, 58 and 80. RGB value is (15,88,128). Sum of RGB (Red+Green+Blue) = 15+88+128=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #0F5880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5880 is #F0A77F. Grayscale: #464646. Windows color (decimal): -15771520 or 8411151. OLE color: 8411151.

HSL color Cylindrical-coordinate representation of color #0F5880: hue angle of 201.24º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F5880 is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1588128-
CMYK0.880.3100.50
HSL201.24º79.02%28.04%-
HSV(B)201.24º88.28%50.2%-
XYZ7.588.6421.69-
YUV70.73160.3288.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.49%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=6.49%
G=38.10%
B=55.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal15881280.880.3100.50201.2479.0228.04
HexF5880581F032c94f1c
Octal171302001303706231111734
Binary1111101100010000000101100011111011001011001001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5880; }

 p { color: rgb(15,88,128); }

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

<style>
 a { background-color: #0F5880; }

 a { background-color: rgb(15,88,128); }

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

<style>
 span { border-color: #0F5880; }

 span { border-color: rgb(15,88,128); }

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