Html Css Color HEX #1E5384 Bahama Blue

📋 copy color: '#1E5384'

red 30 ◦ green 83 ◦ blue 132

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

Shades of Bahama Blue #1E5384

Tints of Bahama Blue #1E5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 12.24%
G = 33.88%
B = 53.88%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1E5384 (or 0x1E5384) is known color: Bahama Blue. HEX triplet: 1E, 53 and 84. RGB value is (30,83,132). Sum of RGB (Red+Green+Blue) = 30+83+132=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #1E5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5384 is #E1AC7B. Grayscale: #484848. Windows color (decimal): -14789756 or 8672030. OLE color: 8672030.

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

Color convert

RGB 30 83 132 -
CMYK 0.77 0.37 0 0.48
HSL 208.82º 0.63% 0.32% -
HSV(B) 208.82º 0.77% 0.52% -
XYZ 7.79 8.13 22.99 -
YUV 72.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 30 83 132 0.77 0.37 0 0.48 208.82 0.63 0.32
Hex 1E 53 84 4D 25 0 30 D1 3F 20
Octal 36 123 204 115 45 0 60 321 77 40
Binary 11110 1010011 10000100 1001101 100101 0 110000 11010001 111111 100000

Color Harmonies of #1E5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5384

Black with #1E5384

Text Example


Text Example

White with #1E5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,83,132); }

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

background-color css

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

 a { background-color: rgb(30,83,132); }

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

border-color css

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

 span { border-color: rgb(30,83,132); }

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