#126190

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

Shades of Bahama Blue #126190

Tints of Bahama Blue #126190

Color information

#126190 (or 0x126190) is unknown color: approx Bahama Blue. HEX triplet: 12, 61 and 90. RGB value is (18,97,144). Sum of RGB (Red+Green+Blue) = 18+97+144=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 97 (38.28% from 255 or 37.45% 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 #126190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126190 is #ED9E6F. Grayscale: #4E4E4E. Windows color (decimal): -15572592 or 9462034. OLE color: 9462034.

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

Color convert

RGB1897144-
CMYK0.880.3300.44
HSL202.38º77.78%31.76%-
HSV(B)202.38º87.5%56.47%-
XYZ9.5610.6927.95-
YUV78.74164.8384.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.95%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 144 (56.64% from 255) = 55.60%
R=6.95%
G=37.45%
B=55.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18971440.880.3300.44202.3877.7831.76
Hex126190582102Cca4e20
Octal221412201304105431211640
Binary1001011000011001000010110001000010101100110010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126190; }

 p { color: rgb(18,97,144); }

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

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

 a { background-color: rgb(18,97,144); }

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

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

 span { border-color: rgb(18,97,144); }

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