Html Css Color HEX #1E507C Bahama Blue

📋 copy color: '#1E507C'

red 30 ◦ green 80 ◦ blue 124

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

Shades of Bahama Blue #1E507C

Tints of Bahama Blue #1E507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 12.82%
G = 34.19%
B = 52.99%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E507C (or 0x1E507C) is known color: Bahama Blue. HEX triplet: 1E, 50 and 7C. RGB value is (30,80,124). Sum of RGB (Red+Green+Blue) = 30+80+124=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E507C is #E1AF83. Grayscale: #454545. Windows color (decimal): -14790532 or 8146974. OLE color: 8146974.

HSL color Cylindrical-coordinate representation of color #1E507C: hue angle of 208.09º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E507C is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 80 124 -
CMYK 0.76 0.35 0 0.51
HSL 208.09º 0.61% 0.3% -
HSV(B) 208.09º 0.76% 0.49% -
XYZ 7.04 7.47 20.14 -
YUV 70.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 30 80 124 0.76 0.35 0 0.51 208.09 0.61 0.3
Hex 1E 50 7C 4C 23 0 33 D0 3D 1E
Octal 36 120 174 114 43 0 63 320 75 36
Binary 11110 1010000 1111100 1001100 100011 0 110011 11010000 111101 11110

Color Harmonies of #1E507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E507C

Black with #1E507C

Text Example


Text Example

White with #1E507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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