Html Css Color HEX #1D5384 Bahama Blue

📋 copy color: '#1D5384'

red 29 ◦ green 83 ◦ blue 132

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

Shades of Bahama Blue #1D5384

Tints of Bahama Blue #1D5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.02%

 BLUE value IS 132 (51.95% from 255) = 54.1%

R = 11.89%
G = 34.02%
B = 54.1%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1D5384 (or 0x1D5384) is known color: Bahama Blue. HEX triplet: 1D, 53 and 84. RGB value is (29,83,132). Sum of RGB (Red+Green+Blue) = 29+83+132=244 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.89% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5384 is #E2AC7B. Grayscale: #484848. Windows color (decimal): -14855292 or 8672029. OLE color: 8672029.

HSL color Cylindrical-coordinate representation of color #1D5384: hue angle of 208.54º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D5384 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 29 83 132 -
CMYK 0.78 0.37 0 0.48
HSL 208.54º 0.64% 0.32% -
HSV(B) 208.54º 0.78% 0.52% -
XYZ 7.76 8.11 22.99 -
YUV 72.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 29 83 132 0.78 0.37 0 0.48 208.54 0.64 0.32
Hex 1D 53 84 4E 25 0 30 D1 40 20
Octal 35 123 204 116 45 0 60 321 100 40
Binary 11101 1010011 10000100 1001110 100101 0 110000 11010001 1000000 100000

Color Harmonies of #1D5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5384

Black with #1D5384

Text Example


Text Example

White with #1D5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,83,132); }

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

background-color css

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

 a { background-color: rgb(29,83,132); }

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

border-color css

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

 span { border-color: rgb(29,83,132); }

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