Html Css Color HEX #1E4A81 Bahama Blue

📋 copy color: '#1E4A81'

red 30 ◦ green 74 ◦ blue 129

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

Shades of Bahama Blue #1E4A81

Tints of Bahama Blue #1E4A81

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 129 (50.78% from 255) = 55.36%

R = 12.88%
G = 31.76%
B = 55.36%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1E4A81 (or 0x1E4A81) is known color: Bahama Blue. HEX triplet: 1E, 4A and 81. RGB value is (30,74,129). Sum of RGB (Red+Green+Blue) = 30+74+129=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E4A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E4A81 is #E1B57E. Grayscale: #424242. Windows color (decimal): -14792063 or 8473118. OLE color: 8473118.

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

Color convert

RGB 30 74 129 -
CMYK 0.77 0.43 0 0.49
HSL 213.33º 0.62% 0.31% -
HSV(B) 213.33º 0.77% 0.51% -
XYZ 6.95 6.76 21.71 -
YUV 67.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 30 74 129 0.77 0.43 0 0.49 213.33 0.62 0.31
Hex 1E 4A 81 4D 2B 0 31 D5 3E 1F
Octal 36 112 201 115 53 0 61 325 76 37
Binary 11110 1001010 10000001 1001101 101011 0 110001 11010101 111110 11111

Color Harmonies of #1E4A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4A81

Black with #1E4A81

Text Example


Text Example

White with #1E4A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,74,129); }

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

background-color css

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

 a { background-color: rgb(30,74,129); }

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

border-color css

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

 span { border-color: rgb(30,74,129); }

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