Html Css Color HEX #1D4D77 Bahama Blue

📋 copy color: '#1D4D77'

red 29 ◦ green 77 ◦ blue 119

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

Shades of Bahama Blue #1D4D77

Tints of Bahama Blue #1D4D77

RGB

 RED value IS 29 (11.72% from 255) = 12.89%

 GREEN value IS 77 (30.47% from 255) = 34.22%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 12.89%
G = 34.22%
B = 52.89%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D4D77 (or 0x1D4D77) is known color: Bahama Blue. HEX triplet: 1D, 4D and 77. RGB value is (29,77,119). Sum of RGB (Red+Green+Blue) = 29+77+119=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D4D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4D77 is #E2B288. Grayscale: #434343. Windows color (decimal): -14856841 or 7818525. OLE color: 7818525.

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

Color convert

RGB 29 77 119 -
CMYK 0.76 0.35 0 0.53
HSL 208º 0.61% 0.29% -
HSV(B) 208º 0.76% 0.47% -
XYZ 6.49 6.9 18.44 -
YUV 67.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 29 77 119 0.76 0.35 0 0.53 208 0.61 0.29
Hex 1D 4D 77 4C 23 0 35 D0 3D 1D
Octal 35 115 167 114 43 0 65 320 75 35
Binary 11101 1001101 1110111 1001100 100011 0 110101 11010000 111101 11101

Color Harmonies of #1D4D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4D77

Black with #1D4D77

Text Example


Text Example

White with #1D4D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,119); }

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

background-color css

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

 a { background-color: rgb(29,77,119); }

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

border-color css

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

 span { border-color: rgb(29,77,119); }

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