#125884

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

Shades of Bahama Blue #125884

Tints of Bahama Blue #125884

Color information

#125884 (or 0x125884) is unknown color: approx Bahama Blue. HEX triplet: 12, 58 and 84. RGB value is (18,88,132). Sum of RGB (Red+Green+Blue) = 18+88+132=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #125884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125884 is #EDA77B. Grayscale: #474747. Windows color (decimal): -15574908 or 8673298. OLE color: 8673298.

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

Color convert

RGB1888132-
CMYK0.860.3300.48
HSL203.16º76%29.41%-
HSV(B)203.16º86.36%51.76%-
XYZ7.98.7723.11-
YUV72.09161.8189.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 132 (51.95% from 255) = 55.46%
R=7.56%
G=36.97%
B=55.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18881320.860.3300.48203.167629.41
Hex1258845621030cb4c1d
Octal221302041264106031311435
Binary100101011000100001001010110100001011000011001011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125884; }

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

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

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

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

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

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

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

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