#1E6285

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

Shades of Bahama Blue #1E6285

Tints of Bahama Blue #1E6285

Color information

#1E6285 (or 0x1E6285) is unknown color: approx Bahama Blue. HEX triplet: 1E, 62 and 85. RGB value is (30,98,133). Sum of RGB (Red+Green+Blue) = 30+98+133=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E6285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E6285 is #E19D7A. Grayscale: #515151. Windows color (decimal): -14785915 or 8741406. OLE color: 8741406.

HSL color Cylindrical-coordinate representation of color #1E6285: hue angle of 200.39º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E6285 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3098133-
CMYK0.770.2600.48
HSL200.39º63.19%31.96%-
HSV(B)200.39º77.44%52.16%-
XYZ9.1410.723.77-
YUV81.66156.9791.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.49%
GREEN value IS 98 (38.67% from 255) = 37.55%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=11.49%
G=37.55%
B=50.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30981330.770.2600.48200.3963.1931.96
Hex1E62854D1A030c83f20
Octal36142205115320603107740
Binary11110110001010000101100110111010011000011001000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E6285; }

 p { color: rgb(30,98,133); }

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

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

 a { background-color: rgb(30,98,133); }

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

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

 span { border-color: rgb(30,98,133); }

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