Html Css Color HEX #1E5585 Bahama Blue

📋 copy color: '#1E5585'

red 30 ◦ green 85 ◦ blue 133

#1E5585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahama Blue #1E5585

Tints of Bahama Blue #1E5585

RGB

 RED value IS 30 (12.11% from 255) = 12.1%

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 12.1%
G = 34.27%
B = 53.63%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E5585 (or 0x1E5585) is known color: Bahama Blue. HEX triplet: 1E, 55 and 85. RGB value is (30,85,133). Sum of RGB (Red+Green+Blue) = 30+85+133=248 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.10% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E5585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5585 is #E1AA7A. Grayscale: #494949. Windows color (decimal): -14789243 or 8738078. OLE color: 8738078.

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

Color convert

RGB 30 85 133 -
CMYK 0.77 0.36 0 0.48
HSL 207.96º 0.63% 0.32% -
HSV(B) 207.96º 0.77% 0.52% -
XYZ 8.02 8.47 23.4 -
YUV 74.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 30 85 133 0.77 0.36 0 0.48 207.96 0.63 0.32
Hex 1E 55 85 4D 24 0 30 D0 3F 20
Octal 36 125 205 115 44 0 60 320 77 40
Binary 11110 1010101 10000101 1001101 100100 0 110000 11010000 111111 100000

Color Harmonies of #1E5585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5585

Black with #1E5585

Text Example


Text Example

White with #1E5585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E5585;
 }
 .AnyTagClassName
 {
   color: #1E5585;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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