Html Css Color HEX #125C86 Bahama Blue

📋 copy color: '#125C86'

red 18 ◦ green 92 ◦ blue 134

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

Shades of Bahama Blue #125C86

Tints of Bahama Blue #125C86

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 134 (52.73% from 255) = 54.92%

R = 7.38%
G = 37.7%
B = 54.92%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#125C86 (or 0x125C86) is known color: Bahama Blue. HEX triplet: 12, 5C and 86. RGB value is (18,92,134). Sum of RGB (Red+Green+Blue) = 18+92+134=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 134 (52.73% from 255 or 54.92% from 244); Max value from RGB is 134 - color contains mainly: blue. Hex color #125C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125C86 is #EDA379. Grayscale: #4A4A4A. Windows color (decimal): -15573882 or 8805394. OLE color: 8805394.

HSL color Cylindrical-coordinate representation of color #125C86: hue angle of 201.72º 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 #125C86 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 92 134 -
CMYK 0.87 0.31 0 0.47
HSL 201.72º 0.76% 0.3% -
HSV(B) 201.72º 0.87% 0.53% -
XYZ 8.38 9.5 23.95 -
YUV 74.66 161.48 87.58 -
System Red Green Blue C M Y K H S L
Decimal 18 92 134 0.87 0.31 0 0.47 201.72 0.76 0.3
Hex 12 5C 86 57 1F 0 2F CA 4C 1E
Octal 22 134 206 127 37 0 57 312 114 36
Binary 10010 1011100 10000110 1010111 11111 0 101111 11001010 1001100 11110

Color Harmonies of #125C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C86

Black with #125C86

Text Example


Text Example

White with #125C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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