#125C81

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

Shades of Bahama Blue #125C81

Tints of Bahama Blue #125C81

Color information

#125C81 (or 0x125C81) is unknown color: approx Bahama Blue. HEX triplet: 12, 5C and 81. RGB value is (18,92,129). Sum of RGB (Red+Green+Blue) = 18+92+129=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #125C81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C81 is #EDA37E. Grayscale: #494949. Windows color (decimal): -15573887 or 8477714. OLE color: 8477714.

HSL color Cylindrical-coordinate representation of color #125C81: hue angle of 200º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125C81 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1892129-
CMYK0.860.2900.49
HSL200º75.51%28.82%-
HSV(B)200º86.05%50.59%-
XYZ8.049.3722.15-
YUV74.09158.9887.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 129 (50.78% from 255) = 53.97%
R=7.53%
G=38.49%
B=53.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18921290.860.2900.4920075.5128.82
Hex125C81561D031c84c1d
Octal221342011263506131011435
Binary10010101110010000001101011011101011000111001000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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