#1D4A7D

Color #1D4A7D Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #1D4A7D

Tints of Bahama Blue #1D4A7D

Color information

#1D4A7D (or 0x1D4A7D) is unknown color: approx Bahama Blue. HEX triplet: 1D, 4A and 7D. RGB value is (29,74,125). Sum of RGB (Red+Green+Blue) = 29+74+125=228 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.72% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D4A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4A7D is #E2B582. Grayscale: #424242. Windows color (decimal): -14857603 or 8210973. OLE color: 8210973.

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

Color convert

RGB2974125-
CMYK0.770.4100.51
HSL211.88º62.34%30.2%-
HSV(B)211.88º76.8%49.02%-
XYZ6.666.6420.33-
YUV66.36161.09101.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.72%
GREEN value IS 74 (29.30% from 255) = 32.46%
BLUE value IS 125 (49.22% from 255) = 54.82%
R=12.72%
G=32.46%
B=54.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal29741250.770.4100.51211.8862.3430.2
Hex1D4A7D4D29033d43e1e
Octal35112175115510633247636
Binary1110110010101111101100110110100101100111101010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,74,125); }

 H1.HeaderClassName
 {
   color: #1D4A7D;
 }
 .AnyTagClassName
 {
   color: #1D4A7D;
 }
</style>
background-color css

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

 a { background-color: rgb(29,74,125); }

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

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

 span { border-color: rgb(29,74,125); }

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