Html Css Color HEX #1E5076 Bahama Blue

📋 copy color: '#1E5076'

red 30 ◦ green 80 ◦ blue 118

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

Shades of Bahama Blue #1E5076

Tints of Bahama Blue #1E5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

 BLUE value IS 118 (46.48% from 255) = 51.75%

R = 13.16%
G = 35.09%
B = 51.75%

CMYK

 C value IS 0.75

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1E5076 (or 0x1E5076) is known color: Bahama Blue. HEX triplet: 1E, 50 and 76. RGB value is (30,80,118). Sum of RGB (Red+Green+Blue) = 30+80+118=228 (30% of max value = 765). Red value is 30 (12.11% from 255 or 13.16% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E5076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5076 is #E1AF89. Grayscale: #454545. Windows color (decimal): -14790538 or 7753758. OLE color: 7753758.

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

Color convert

RGB 30 80 118 -
CMYK 0.75 0.32 0 0.54
HSL 205.91º 0.59% 0.29% -
HSV(B) 205.91º 0.75% 0.46% -
XYZ 6.67 7.32 18.2 -
YUV 69.38 155.44 99.91 -
System Red Green Blue C M Y K H S L
Decimal 30 80 118 0.75 0.32 0 0.54 205.91 0.59 0.29
Hex 1E 50 76 4B 20 0 36 CE 3B 1D
Octal 36 120 166 113 40 0 66 316 73 35
Binary 11110 1010000 1110110 1001011 100000 0 110110 11001110 111011 11101

Color Harmonies of #1E5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5076

Black with #1E5076

Text Example


Text Example

White with #1E5076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,80,118); }

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

background-color css

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

 a { background-color: rgb(30,80,118); }

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

border-color css

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

 span { border-color: rgb(30,80,118); }

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