Html Css Color HEX #1E5A82 Bahama Blue

📋 copy color: '#1E5A82'

red 30 ◦ green 90 ◦ blue 130

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

Shades of Bahama Blue #1E5A82

Tints of Bahama Blue #1E5A82

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

 BLUE value IS 130 (51.17% from 255) = 52%

R = 12%
G = 36%
B = 52%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1E5A82 (or 0x1E5A82) is known color: Bahama Blue. HEX triplet: 1E, 5A and 82. RGB value is (30,90,130). Sum of RGB (Red+Green+Blue) = 30+90+130=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E5A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5A82 is #E1A57D. Grayscale: #4C4C4C. Windows color (decimal): -14787966 or 8542750. OLE color: 8542750.

HSL color Cylindrical-coordinate representation of color #1E5A82: hue angle of 204º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E5A82 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 90 130 -
CMYK 0.77 0.31 0 0.49
HSL 204º 0.63% 0.31% -
HSV(B) 204º 0.77% 0.51% -
XYZ 8.22 9.2 22.46 -
YUV 76.62 158.12 94.75 -
System Red Green Blue C M Y K H S L
Decimal 30 90 130 0.77 0.31 0 0.49 204 0.63 0.31
Hex 1E 5A 82 4D 1F 0 31 CC 3E 1F
Octal 36 132 202 115 37 0 61 314 76 37
Binary 11110 1011010 10000010 1001101 11111 0 110001 11001100 111110 11111

Color Harmonies of #1E5A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5A82

Black with #1E5A82

Text Example


Text Example

White with #1E5A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,90,130); }

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

background-color css

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

 a { background-color: rgb(30,90,130); }

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

border-color css

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

 span { border-color: rgb(30,90,130); }

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