Html Css Color HEX #1E4982 Bahama Blue

📋 copy color: '#1E4982'

red 30 ◦ green 73 ◦ blue 130

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

Shades of Bahama Blue #1E4982

Tints of Bahama Blue #1E4982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.33%

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

R = 12.88%
G = 31.33%
B = 55.79%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1E4982 (or 0x1E4982) is known color: Bahama Blue. HEX triplet: 1E, 49 and 82. RGB value is (30,73,130). Sum of RGB (Red+Green+Blue) = 30+73+130=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E4982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4982 is #E1B67D. Grayscale: #424242. Windows color (decimal): -14792318 or 8538398. OLE color: 8538398.

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

Color convert

RGB 30 73 130 -
CMYK 0.77 0.44 0 0.49
HSL 214.2º 0.63% 0.31% -
HSV(B) 214.2º 0.77% 0.51% -
XYZ 6.95 6.65 22.04 -
YUV 66.64 163.75 101.87 -
System Red Green Blue C M Y K H S L
Decimal 30 73 130 0.77 0.44 0 0.49 214.2 0.63 0.31
Hex 1E 49 82 4D 2C 0 31 D6 3E 1F
Octal 36 111 202 115 54 0 61 326 76 37
Binary 11110 1001001 10000010 1001101 101100 0 110001 11010110 111110 11111

Color Harmonies of #1E4982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4982

Black with #1E4982

Text Example


Text Example

White with #1E4982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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