#125C87

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

Shades of Bahama Blue #125C87

Tints of Bahama Blue #125C87

Color information

#125C87 (or 0x125C87) is unknown color: approx Bahama Blue. HEX triplet: 12, 5C and 87. RGB value is (18,92,135). Sum of RGB (Red+Green+Blue) = 18+92+135=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #125C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C87 is #EDA378. Grayscale: #4A4A4A. Windows color (decimal): -15573881 or 8870930. OLE color: 8870930.

HSL color Cylindrical-coordinate representation of color #125C87: hue angle of 202.05º degrees, saturation: 0.76, 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 #125C87 is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1892135-
CMYK0.870.3200.47
HSL202.05º76.47%30%-
HSV(B)202.05º86.67%52.94%-
XYZ8.459.5324.32-
YUV74.78161.9887.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.35%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=7.35%
G=37.55%
B=55.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18921350.870.3200.47202.0576.4730
Hex125C87572002Fca4c1e
Octal221342071274005731211436
Binary100101011100100001111010111100000010111111001010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,92,135); }

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

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

 a { background-color: rgb(18,92,135); }

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

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

 span { border-color: rgb(18,92,135); }

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