Html Css Color HEX #115685 Bahama Blue

📋 copy color: '#115685'

red 17 ◦ green 86 ◦ blue 133

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

Shades of Bahama Blue #115685

Tints of Bahama Blue #115685

RGB

 RED value IS 17 (7.03% from 255) = 7.2%

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

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 7.2%
G = 36.44%
B = 56.36%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#115685 (or 0x115685) is known color: Bahama Blue. HEX triplet: 11, 56 and 85. RGB value is (17,86,133). Sum of RGB (Red+Green+Blue) = 17+86+133=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #115685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115685 is #EEA97A. Grayscale: #464646. Windows color (decimal): -15640955 or 8738321. OLE color: 8738321.

HSL color Cylindrical-coordinate representation of color #115685: hue angle of 204.31º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115685 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 86 133 -
CMYK 0.87 0.35 0 0.48
HSL 204.31º 0.77% 0.29% -
HSV(B) 204.31º 0.87% 0.52% -
XYZ 7.79 8.47 23.41 -
YUV 70.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 17 86 133 0.87 0.35 0 0.48 204.31 0.77 0.29
Hex 11 56 85 57 23 0 30 CC 4D 1D
Octal 21 126 205 127 43 0 60 314 115 35
Binary 10001 1010110 10000101 1010111 100011 0 110000 11001100 1001101 11101

Color Harmonies of #115685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115685

Black with #115685

Text Example


Text Example

White with #115685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115685; }

 p { color: rgb(17,86,133); }

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

background-color css

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

 a { background-color: rgb(17,86,133); }

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

border-color css

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

 span { border-color: rgb(17,86,133); }

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