#125883

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

Shades of Bahama Blue #125883

Tints of Bahama Blue #125883

Color information

#125883 (or 0x125883) is unknown color: approx Bahama Blue. HEX triplet: 12, 58 and 83. RGB value is (18,88,131). Sum of RGB (Red+Green+Blue) = 18+88+131=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 131 (51.56% from 255 or 55.27% from 237); Max value from RGB is 131 - color contains mainly: blue. Hex color #125883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125883 is #EDA77C. Grayscale: #474747. Windows color (decimal): -15574909 or 8607762. OLE color: 8607762.

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

Color convert

RGB1888131-
CMYK0.860.3300.49
HSL202.83º75.84%29.22%-
HSV(B)202.83º86.26%51.37%-
XYZ7.848.7522.75-
YUV71.97161.3189.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 88 (34.77% from 255) = 37.13%
BLUE value IS 131 (51.56% from 255) = 55.27%
R=7.59%
G=37.13%
B=55.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18881310.860.3300.49202.8375.8429.22
Hex1258835621031cb4c1d
Octal221302031264106131311435
Binary100101011000100000111010110100001011000111001011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125883; }

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

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

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

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

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

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

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

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