#125E88

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

Shades of Bahama Blue #125E88

Tints of Bahama Blue #125E88

Color information

#125E88 (or 0x125E88) is unknown color: approx Bahama Blue. HEX triplet: 12, 5E and 88. RGB value is (18,94,136). Sum of RGB (Red+Green+Blue) = 18+94+136=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 94 (37.11% from 255 or 37.90% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #125E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E88 is #EDA177. Grayscale: #4B4B4B. Windows color (decimal): -15573368 or 8936978. OLE color: 8936978.

HSL color Cylindrical-coordinate representation of color #125E88: hue angle of 201.36º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125E88 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1894136-
CMYK0.870.3100.47
HSL201.36º76.62%30.2%-
HSV(B)201.36º86.76%53.33%-
XYZ8.79.9124.75-
YUV76.06161.8286.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 94 (37.11% from 255) = 37.90%
BLUE value IS 136 (53.52% from 255) = 54.84%
R=7.26%
G=37.90%
B=54.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18941360.870.3100.47201.3676.6230.2
Hex125E88571F02Fc94d1e
Octal221362101273705731111536
Binary10010101111010001000101011111111010111111001001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125E88; }

 p { color: rgb(18,94,136); }

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

<style>
 a { background-color: #125E88; }

 a { background-color: rgb(18,94,136); }

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

<style>
 span { border-color: #125E88; }

 span { border-color: rgb(18,94,136); }

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