#125C85

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

Shades of Bahama Blue #125C85

Tints of Bahama Blue #125C85

Color information

#125C85 (or 0x125C85) is unknown color: approx Bahama Blue. HEX triplet: 12, 5C and 85. RGB value is (18,92,133). Sum of RGB (Red+Green+Blue) = 18+92+133=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 92 (36.33% from 255 or 37.86% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #125C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C85 is #EDA37A. Grayscale: #4A4A4A. Windows color (decimal): -15573883 or 8739858. OLE color: 8739858.

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

Color convert

RGB1892133-
CMYK0.860.3100.48
HSL201.39º76.16%29.61%-
HSV(B)201.39º86.47%52.16%-
XYZ8.319.4823.58-
YUV74.55160.9887.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 92 (36.33% from 255) = 37.86%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=7.41%
G=37.86%
B=54.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal18921330.860.3100.48201.3976.1629.61
Hex125C85561F030c94c1e
Octal221342051263706031111436
Binary10010101110010000101101011011111011000011001001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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