Html Css Color HEX #125E84 Bahama Blue

📋 copy color: '#125E84'

red 18 ◦ green 94 ◦ blue 132

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

Shades of Bahama Blue #125E84

Tints of Bahama Blue #125E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.1%

R = 7.38%
G = 38.52%
B = 54.1%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#125E84 (or 0x125E84) is known color: Bahama Blue. HEX triplet: 12, 5E and 84. RGB value is (18,94,132). Sum of RGB (Red+Green+Blue) = 18+94+132=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #125E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125E84 is #EDA17B. Grayscale: #4B4B4B. Windows color (decimal): -15573372 or 8674834. OLE color: 8674834.

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

Color convert

RGB 18 94 132 -
CMYK 0.86 0.29 0 0.48
HSL 200º 0.76% 0.29% -
HSV(B) 200º 0.86% 0.52% -
XYZ 8.42 9.8 23.28 -
YUV 75.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 18 94 132 0.86 0.29 0 0.48 200 0.76 0.29
Hex 12 5E 84 56 1D 0 30 C8 4C 1D
Octal 22 136 204 126 35 0 60 310 114 35
Binary 10010 1011110 10000100 1010110 11101 0 110000 11001000 1001100 11101

Color Harmonies of #125E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E84

Black with #125E84

Text Example


Text Example

White with #125E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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