#146290

Color #146290 Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #146290

Tints of Bahama Blue #146290

Color information

#146290 (or 0x146290) is unknown color: approx Bahama Blue. HEX triplet: 14, 62 and 90. RGB value is (20,98,144). Sum of RGB (Red+Green+Blue) = 20+98+144=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #146290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146290 is #EB9D6F. Grayscale: #4F4F4F. Windows color (decimal): -15441264 or 9462292. OLE color: 9462292.

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

Color convert

RGB2098144-
CMYK0.860.3200.44
HSL202.26º75.61%32.16%-
HSV(B)202.26º86.11%56.47%-
XYZ9.6910.927.98-
YUV79.92164.1685.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=7.63%
G=37.40%
B=54.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20981440.860.3200.44202.2675.6132.16
Hex146290562002Cca4c20
Octal241422201264005431211440
Binary1010011000101001000010101101000000101100110010101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146290; }

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

 H1.HeaderClassName
 {
   color: #146290;
 }
 .AnyTagClassName
 {
   color: #146290;
 }
</style>
background-color css

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

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

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

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

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

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