#185083

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

Shades of Bahama Blue #185083

Tints of Bahama Blue #185083

Color information

#185083 (or 0x185083) is unknown color: approx Bahama Blue. HEX triplet: 18, 50 and 83. RGB value is (24,80,131). Sum of RGB (Red+Green+Blue) = 24+80+131=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #185083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185083 is #E7AF7C. Grayscale: #444444. Windows color (decimal): -15183741 or 8605720. OLE color: 8605720.

HSL color Cylindrical-coordinate representation of color #185083: hue angle of 208.6º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185083 is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2480131-
CMYK0.820.3900.49
HSL208.6º69.03%30.39%-
HSV(B)208.6º81.68%51.37%-
XYZ7.347.5722.55-
YUV69.07162.9595.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 131 (51.56% from 255) = 55.74%
R=10.21%
G=34.04%
B=55.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24801310.820.3900.49208.669.0330.39
Hex1850835227031d1451e
Octal301202031224706132110536
Binary110001010000100000111010010100111011000111010001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185083; }

 p { color: rgb(24,80,131); }

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

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

 a { background-color: rgb(24,80,131); }

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

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

 span { border-color: rgb(24,80,131); }

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