Html Css Color HEX #116090 Bahama Blue

📋 copy color: '#116090'

red 17 ◦ green 96 ◦ blue 144

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

Shades of Bahama Blue #116090

Tints of Bahama Blue #116090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 6.61%
G = 37.35%
B = 56.03%

CMYK

 C value IS 0.88

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#116090 (or 0x116090) is known color: Bahama Blue. HEX triplet: 11, 60 and 90. RGB value is (17,96,144). Sum of RGB (Red+Green+Blue) = 17+96+144=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #116090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116090 is #EE9F6F. Grayscale: #4D4D4D. Windows color (decimal): -15638384 or 9461777. OLE color: 9461777.

HSL color Cylindrical-coordinate representation of color #116090: hue angle of 202.68º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #116090 is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 96 144 -
CMYK 0.88 0.33 0 0.44
HSL 202.68º 0.79% 0.32% -
HSV(B) 202.68º 0.88% 0.56% -
XYZ 9.45 10.5 27.91 -
YUV 77.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 17 96 144 0.88 0.33 0 0.44 202.68 0.79 0.32
Hex 11 60 90 58 21 0 2C CB 4F 20
Octal 21 140 220 130 41 0 54 313 117 40
Binary 10001 1100000 10010000 1011000 100001 0 101100 11001011 1001111 100000

Color Harmonies of #116090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116090

Black with #116090

Text Example


Text Example

White with #116090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116090; }

 p { color: rgb(17,96,144); }

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

background-color css

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

 a { background-color: rgb(17,96,144); }

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

border-color css

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

 span { border-color: rgb(17,96,144); }

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