Html Css Color HEX #125787 Bahama Blue

📋 copy color: '#125787'

red 18 ◦ green 87 ◦ blue 135

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

Shades of Bahama Blue #125787

Tints of Bahama Blue #125787

RGB

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

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

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

R = 7.5%
G = 36.25%
B = 56.25%

CMYK

 C value IS 0.87

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#125787 (or 0x125787) is known color: Bahama Blue. HEX triplet: 12, 57 and 87. RGB value is (18,87,135). Sum of RGB (Red+Green+Blue) = 18+87+135=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #125787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125787 is #EDA878. Grayscale: #474747. Windows color (decimal): -15575161 or 8869650. OLE color: 8869650.

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

Color convert

RGB 18 87 135 -
CMYK 0.87 0.36 0 0.47
HSL 204.62º 0.76% 0.3% -
HSV(B) 204.62º 0.87% 0.53% -
XYZ 8.03 8.69 24.18 -
YUV 71.84 163.64 89.6 -
System Red Green Blue C M Y K H S L
Decimal 18 87 135 0.87 0.36 0 0.47 204.62 0.76 0.3
Hex 12 57 87 57 24 0 2F CD 4C 1E
Octal 22 127 207 127 44 0 57 315 114 36
Binary 10010 1010111 10000111 1010111 100100 0 101111 11001101 1001100 11110

Color Harmonies of #125787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125787

Black with #125787

Text Example


Text Example

White with #125787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125787; }

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

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

background-color css

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

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

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

border-color css

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

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

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