#125784

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

Shades of Bahama Blue #125784

Tints of Bahama Blue #125784

Color information

#125784 (or 0x125784) is unknown color: approx Bahama Blue. HEX triplet: 12, 57 and 84. RGB value is (18,87,132). Sum of RGB (Red+Green+Blue) = 18+87+132=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #125784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125784 is #EDA87B. Grayscale: #474747. Windows color (decimal): -15575164 or 8673042. OLE color: 8673042.

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

Color convert

RGB1887132-
CMYK0.860.3400.48
HSL203.68º76%29.41%-
HSV(B)203.68º86.36%51.76%-
XYZ7.828.6123.08-
YUV71.5162.1489.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 87 (34.38% from 255) = 36.71%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=7.59%
G=36.71%
B=55.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18871320.860.3400.48203.687629.41
Hex1257845622030cc4c1d
Octal221272041264206031411435
Binary100101010111100001001010110100010011000011001100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125784; }

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

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

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

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

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

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

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

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