Html Css Color HEX #1E477D Bahama Blue

📋 copy color: '#1E477D'

red 30 ◦ green 71 ◦ blue 125

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

Shades of Bahama Blue #1E477D

Tints of Bahama Blue #1E477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 13.27%
G = 31.42%
B = 55.31%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E477D (or 0x1E477D) is known color: Bahama Blue. HEX triplet: 1E, 47 and 7D. RGB value is (30,71,125). Sum of RGB (Red+Green+Blue) = 30+71+125=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E477D is #E1B882. Grayscale: #404040. Windows color (decimal): -14792835 or 8210206. OLE color: 8210206.

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

Color convert

RGB 30 71 125 -
CMYK 0.76 0.43 0 0.51
HSL 214.11º 0.61% 0.3% -
HSV(B) 214.11º 0.76% 0.49% -
XYZ 6.49 6.26 20.27 -
YUV 64.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 30 71 125 0.76 0.43 0 0.51 214.11 0.61 0.3
Hex 1E 47 7D 4C 2B 0 33 D6 3D 1E
Octal 36 107 175 114 53 0 63 326 75 36
Binary 11110 1000111 1111101 1001100 101011 0 110011 11010110 111101 11110

Color Harmonies of #1E477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E477D

Black with #1E477D

Text Example


Text Example

White with #1E477D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,71,125); }

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

background-color css

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

 a { background-color: rgb(30,71,125); }

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

border-color css

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

 span { border-color: rgb(30,71,125); }

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