Html Css Color HEX #1E5E8A Bahama Blue

📋 copy color: '#1E5E8A'

red 30 ◦ green 94 ◦ blue 138

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

Shades of Bahama Blue #1E5E8A

Tints of Bahama Blue #1E5E8A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.88%

 BLUE value IS 138 (54.3% from 255) = 52.67%

R = 11.45%
G = 35.88%
B = 52.67%

CMYK

 C value IS 0.78

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1E5E8A (or 0x1E5E8A) is known color: Bahama Blue. HEX triplet: 1E, 5E and 8A. RGB value is (30,94,138). Sum of RGB (Red+Green+Blue) = 30+94+138=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #1E5E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5E8A is #E1A175. Grayscale: #4F4F4F. Windows color (decimal): -14786934 or 9068062. OLE color: 9068062.

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

Color convert

RGB 30 94 138 -
CMYK 0.78 0.32 0 0.46
HSL 204.44º 0.64% 0.33% -
HSV(B) 204.44º 0.78% 0.54% -
XYZ 9.13 10.12 25.52 -
YUV 79.88 160.8 92.42 -
System Red Green Blue C M Y K H S L
Decimal 30 94 138 0.78 0.32 0 0.46 204.44 0.64 0.33
Hex 1E 5E 8A 4E 20 0 2E CC 40 21
Octal 36 136 212 116 40 0 56 314 100 41
Binary 11110 1011110 10001010 1001110 100000 0 101110 11001100 1000000 100001

Color Harmonies of #1E5E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5E8A

Black with #1E5E8A

Text Example


Text Example

White with #1E5E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,94,138); }

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

background-color css

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

 a { background-color: rgb(30,94,138); }

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

border-color css

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

 span { border-color: rgb(30,94,138); }

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