#1E5885

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

Shades of Bahama Blue #1E5885

Tints of Bahama Blue #1E5885

Color information

#1E5885 (or 0x1E5885) is unknown color: approx Bahama Blue. HEX triplet: 1E, 58 and 85. RGB value is (30,88,133). Sum of RGB (Red+Green+Blue) = 30+88+133=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E5885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5885 is #E1A77A. Grayscale: #4B4B4B. Windows color (decimal): -14788475 or 8738846. OLE color: 8738846.

HSL color Cylindrical-coordinate representation of color #1E5885: hue angle of 206.21º 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 #1E5885 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3088133-
CMYK0.770.3400.48
HSL206.21º63.19%31.96%-
HSV(B)206.21º77.44%52.16%-
XYZ8.268.9523.48-
YUV75.79160.2895.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 133 (52.34% from 255) = 52.99%
R=11.95%
G=35.06%
B=52.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30881330.770.3400.48206.2163.1931.96
Hex1E58854D22030ce3f20
Octal36130205115420603167740
Binary111101011000100001011001101100010011000011001110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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