#125C83

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

Shades of Bahama Blue #125C83

Tints of Bahama Blue #125C83

Color information

#125C83 (or 0x125C83) is unknown color: approx Bahama Blue. HEX triplet: 12, 5C and 83. RGB value is (18,92,131). Sum of RGB (Red+Green+Blue) = 18+92+131=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 92 (36.33% from 255 or 38.17% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #125C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C83 is #EDA37C. Grayscale: #4A4A4A. Windows color (decimal): -15573885 or 8608786. OLE color: 8608786.

HSL color Cylindrical-coordinate representation of color #125C83: hue angle of 200.71º 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 #125C83 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1892131-
CMYK0.860.3000.49
HSL200.71º75.84%29.22%-
HSV(B)200.71º86.26%51.37%-
XYZ8.179.4222.86-
YUV74.32159.9887.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 92 (36.33% from 255) = 38.17%
BLUE value IS 131 (51.56% from 255) = 54.36%
R=7.47%
G=38.17%
B=54.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18921310.860.3000.49200.7175.8429.22
Hex125C83561E031c94c1d
Octal221342031263606131111435
Binary10010101110010000011101011011110011000111001001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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