Html Css Color HEX #1D5279 Bahama Blue

📋 copy color: '#1D5279'

red 29 ◦ green 82 ◦ blue 121

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

Shades of Bahama Blue #1D5279

Tints of Bahama Blue #1D5279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

 BLUE value IS 121 (47.66% from 255) = 52.16%

R = 12.5%
G = 35.34%
B = 52.16%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D5279 (or 0x1D5279) is known color: Bahama Blue. HEX triplet: 1D, 52 and 79. RGB value is (29,82,121). Sum of RGB (Red+Green+Blue) = 29+82+121=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D5279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5279 is #E2AD86. Grayscale: #464646. Windows color (decimal): -14855559 or 7950877. OLE color: 7950877.

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

Color convert

RGB 29 82 121 -
CMYK 0.76 0.32 0 0.53
HSL 205.43º 0.61% 0.29% -
HSV(B) 205.43º 0.76% 0.47% -
XYZ 6.98 7.68 19.2 -
YUV 70.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 29 82 121 0.76 0.32 0 0.53 205.43 0.61 0.29
Hex 1D 52 79 4C 20 0 35 CD 3D 1D
Octal 35 122 171 114 40 0 65 315 75 35
Binary 11101 1010010 1111001 1001100 100000 0 110101 11001101 111101 11101

Color Harmonies of #1D5279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5279

Black with #1D5279

Text Example


Text Example

White with #1D5279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,82,121); }

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

background-color css

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

 a { background-color: rgb(29,82,121); }

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

border-color css

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

 span { border-color: rgb(29,82,121); }

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