Html Css Color HEX #125E87 Bahama Blue

📋 copy color: '#125E87'

red 18 ◦ green 94 ◦ blue 135

#125E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #125E87

Tints of Bahama Blue #125E87

RGB

 RED value IS 18 (7.42% from 255) = 7.29%

 GREEN value IS 94 (37.11% from 255) = 38.06%

 BLUE value IS 135 (53.13% from 255) = 54.66%

R = 7.29%
G = 38.06%
B = 54.66%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#125E87 (or 0x125E87) is known color: Bahama Blue. HEX triplet: 12, 5E and 87. RGB value is (18,94,135). Sum of RGB (Red+Green+Blue) = 18+94+135=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #125E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E87 is #EDA178. Grayscale: #4B4B4B. Windows color (decimal): -15573369 or 8871442. OLE color: 8871442.

HSL color Cylindrical-coordinate representation of color #125E87: hue angle of 201.03º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125E87 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 94 135 -
CMYK 0.87 0.30 0 0.47
HSL 201.03º 0.76% 0.3% -
HSV(B) 201.03º 0.87% 0.53% -
XYZ 8.63 9.88 24.37 -
YUV 75.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 18 94 135 0.87 0.30 0 0.47 201.03 0.76 0.3
Hex 12 5E 87 57 1E 0 2F C9 4C 1E
Octal 22 136 207 127 36 0 57 311 114 36
Binary 10010 1011110 10000111 1010111 11110 0 101111 11001001 1001100 11110

Color Harmonies of #125E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E87

Black with #125E87

Text Example


Text Example

White with #125E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,135); }

 H1.HeaderClassName
 {
   color: #125E87;
 }
 .AnyTagClassName
 {
   color: #125E87;
 }
</style>

background-color css

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

 a { background-color: rgb(18,94,135); }

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

border-color css

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

 span { border-color: rgb(18,94,135); }

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