Html Css Color HEX #1E5988 Bahama Blue

📋 copy color: '#1E5988'

red 30 ◦ green 89 ◦ blue 136

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

Shades of Bahama Blue #1E5988

Tints of Bahama Blue #1E5988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.9%

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 11.76%
G = 34.9%
B = 53.33%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1E5988 (or 0x1E5988) is known color: Bahama Blue. HEX triplet: 1E, 59 and 88. RGB value is (30,89,136). Sum of RGB (Red+Green+Blue) = 30+89+136=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E5988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5988 is #E1A677. Grayscale: #4C4C4C. Windows color (decimal): -14788216 or 8935710. OLE color: 8935710.

HSL color Cylindrical-coordinate representation of color #1E5988: hue angle of 206.6º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E5988 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 89 136 -
CMYK 0.78 0.35 0 0.47
HSL 206.6º 0.64% 0.33% -
HSV(B) 206.6º 0.78% 0.53% -
XYZ 8.55 9.2 24.62 -
YUV 76.72 161.45 94.68 -
System Red Green Blue C M Y K H S L
Decimal 30 89 136 0.78 0.35 0 0.47 206.6 0.64 0.33
Hex 1E 59 88 4E 23 0 2F CF 40 21
Octal 36 131 210 116 43 0 57 317 100 41
Binary 11110 1011001 10001000 1001110 100011 0 101111 11001111 1000000 100001

Color Harmonies of #1E5988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5988

Black with #1E5988

Text Example


Text Example

White with #1E5988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,89,136); }

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

background-color css

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

 a { background-color: rgb(30,89,136); }

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

border-color css

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

 span { border-color: rgb(30,89,136); }

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