Html Css Color HEX #125680 Bahama Blue

📋 copy color: '#125680'

red 18 ◦ green 86 ◦ blue 128

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

Shades of Bahama Blue #125680

Tints of Bahama Blue #125680

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

 BLUE value IS 128 (50.39% from 255) = 55.17%

R = 7.76%
G = 37.07%
B = 55.17%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#125680 (or 0x125680) is known color: Bahama Blue. HEX triplet: 12, 56 and 80. RGB value is (18,86,128). Sum of RGB (Red+Green+Blue) = 18+86+128=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #125680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125680 is #EDA97F. Grayscale: #464646. Windows color (decimal): -15575424 or 8410642. OLE color: 8410642.

HSL color Cylindrical-coordinate representation of color #125680: hue angle of 202.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125680 is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 86 128 -
CMYK 0.86 0.33 0 0.50
HSL 202.91º 0.75% 0.29% -
HSV(B) 202.91º 0.86% 0.5% -
XYZ 7.47 8.34 21.64 -
YUV 70.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 18 86 128 0.86 0.33 0 0.50 202.91 0.75 0.29
Hex 12 56 80 56 21 0 32 CB 4B 1D
Octal 22 126 200 126 41 0 62 313 113 35
Binary 10010 1010110 10000000 1010110 100001 0 110010 11001011 1001011 11101

Color Harmonies of #125680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125680

Black with #125680

Text Example


Text Example

White with #125680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125680; }

 p { color: rgb(18,86,128); }

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

background-color css

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

 a { background-color: rgb(18,86,128); }

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

border-color css

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

 span { border-color: rgb(18,86,128); }

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