Html Css Color HEX #116290 Bahama Blue

📋 copy color: '#116290'

red 17 ◦ green 98 ◦ blue 144

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

Shades of Bahama Blue #116290

Tints of Bahama Blue #116290

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

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

R = 6.56%
G = 37.84%
B = 55.6%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#116290 (or 0x116290) is known color: Bahama Blue. HEX triplet: 11, 62 and 90. RGB value is (17,98,144). Sum of RGB (Red+Green+Blue) = 17+98+144=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #116290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #116290 is #EE9D6F. Grayscale: #4E4E4E. Windows color (decimal): -15637872 or 9462289. OLE color: 9462289.

HSL color Cylindrical-coordinate representation of color #116290: hue angle of 201.73º 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 #116290 is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 98 144 -
CMYK 0.88 0.32 0 0.44
HSL 201.73º 0.79% 0.32% -
HSV(B) 201.73º 0.88% 0.56% -
XYZ 9.63 10.87 27.98 -
YUV 79.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 17 98 144 0.88 0.32 0 0.44 201.73 0.79 0.32
Hex 11 62 90 58 20 0 2C CA 4F 20
Octal 21 142 220 130 40 0 54 312 117 40
Binary 10001 1100010 10010000 1011000 100000 0 101100 11001010 1001111 100000

Color Harmonies of #116290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116290

Black with #116290

Text Example


Text Example

White with #116290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116290; }

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

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

background-color css

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

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

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

border-color css

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

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

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