Html Css Color HEX #125789 Bahama Blue

📋 copy color: '#125789'

red 18 ◦ green 87 ◦ blue 137

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

Shades of Bahama Blue #125789

Tints of Bahama Blue #125789

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.95%

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 7.44%
G = 35.95%
B = 56.61%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#125789 (or 0x125789) is known color: Bahama Blue. HEX triplet: 12, 57 and 89. RGB value is (18,87,137). Sum of RGB (Red+Green+Blue) = 18+87+137=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #125789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125789 is #EDA876. Grayscale: #474747. Windows color (decimal): -15575159 or 9000722. OLE color: 9000722.

HSL color Cylindrical-coordinate representation of color #125789: hue angle of 205.21º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #125789 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 87 137 -
CMYK 0.87 0.36 0 0.46
HSL 205.21º 0.77% 0.3% -
HSV(B) 205.21º 0.87% 0.54% -
XYZ 8.17 8.75 24.93 -
YUV 72.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 18 87 137 0.87 0.36 0 0.46 205.21 0.77 0.3
Hex 12 57 89 57 24 0 2E CD 4D 1E
Octal 22 127 211 127 44 0 56 315 115 36
Binary 10010 1010111 10001001 1010111 100100 0 101110 11001101 1001101 11110

Color Harmonies of #125789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125789

Black with #125789

Text Example


Text Example

White with #125789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125789; }

 p { color: rgb(18,87,137); }

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

background-color css

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

 a { background-color: rgb(18,87,137); }

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

border-color css

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

 span { border-color: rgb(18,87,137); }

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