Html Css Color HEX #1E5785 Bahama Blue

📋 copy color: '#1E5785'

red 30 ◦ green 87 ◦ blue 133

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

Shades of Bahama Blue #1E5785

Tints of Bahama Blue #1E5785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.8%

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

R = 12%
G = 34.8%
B = 53.2%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E5785 (or 0x1E5785) is known color: Bahama Blue. HEX triplet: 1E, 57 and 85. RGB value is (30,87,133). Sum of RGB (Red+Green+Blue) = 30+87+133=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E5785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5785 is #E1A87A. Grayscale: #4A4A4A. Windows color (decimal): -14788731 or 8738590. OLE color: 8738590.

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

Color convert

RGB 30 87 133 -
CMYK 0.77 0.35 0 0.48
HSL 206.8º 0.63% 0.32% -
HSV(B) 206.8º 0.77% 0.52% -
XYZ 8.18 8.79 23.46 -
YUV 75.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 30 87 133 0.77 0.35 0 0.48 206.8 0.63 0.32
Hex 1E 57 85 4D 23 0 30 CF 3F 20
Octal 36 127 205 115 43 0 60 317 77 40
Binary 11110 1010111 10000101 1001101 100011 0 110000 11001111 111111 100000

Color Harmonies of #1E5785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5785

Black with #1E5785

Text Example


Text Example

White with #1E5785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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