Html Css Color HEX #1D557D Bahama Blue

📋 copy color: '#1D557D'

red 29 ◦ green 85 ◦ blue 125

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

Shades of Bahama Blue #1D557D

Tints of Bahama Blue #1D557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 12.13%
G = 35.56%
B = 52.3%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D557D (or 0x1D557D) is known color: Bahama Blue. HEX triplet: 1D, 55 and 7D. RGB value is (29,85,125). Sum of RGB (Red+Green+Blue) = 29+85+125=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D557D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D557D is #E2AA82. Grayscale: #484848. Windows color (decimal): -14854787 or 8213789. OLE color: 8213789.

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

Color convert

RGB 29 85 125 -
CMYK 0.77 0.32 0 0.51
HSL 205º 0.62% 0.3% -
HSV(B) 205º 0.77% 0.49% -
XYZ 7.46 8.24 20.6 -
YUV 72.82 157.45 96.75 -
System Red Green Blue C M Y K H S L
Decimal 29 85 125 0.77 0.32 0 0.51 205 0.62 0.3
Hex 1D 55 7D 4D 20 0 33 CD 3E 1E
Octal 35 125 175 115 40 0 63 315 76 36
Binary 11101 1010101 1111101 1001101 100000 0 110011 11001101 111110 11110

Color Harmonies of #1D557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D557D

Black with #1D557D

Text Example


Text Example

White with #1D557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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