Html Css Color HEX #1D4F76 Bahama Blue

📋 copy color: '#1D4F76'

red 29 ◦ green 79 ◦ blue 118

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

Shades of Bahama Blue #1D4F76

Tints of Bahama Blue #1D4F76

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

 BLUE value IS 118 (46.48% from 255) = 52.21%

R = 12.83%
G = 34.96%
B = 52.21%

CMYK

 C value IS 0.75

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D4F76 (or 0x1D4F76) is known color: Bahama Blue. HEX triplet: 1D, 4F and 76. RGB value is (29,79,118). Sum of RGB (Red+Green+Blue) = 29+79+118=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D4F76 is #E2B089. Grayscale: #444444. Windows color (decimal): -14856330 or 7753501. OLE color: 7753501.

HSL color Cylindrical-coordinate representation of color #1D4F76: hue angle of 206.29º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4F76 is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 79 118 -
CMYK 0.75 0.33 0 0.54
HSL 206.29º 0.61% 0.29% -
HSV(B) 206.29º 0.75% 0.46% -
XYZ 6.57 7.16 18.18 -
YUV 68.5 155.94 99.83 -
System Red Green Blue C M Y K H S L
Decimal 29 79 118 0.75 0.33 0 0.54 206.29 0.61 0.29
Hex 1D 4F 76 4B 21 0 36 CE 3D 1D
Octal 35 117 166 113 41 0 66 316 75 35
Binary 11101 1001111 1110110 1001011 100001 0 110110 11001110 111101 11101

Color Harmonies of #1D4F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4F76

Black with #1D4F76

Text Example


Text Example

White with #1D4F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,79,118); }

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

background-color css

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

 a { background-color: rgb(29,79,118); }

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

border-color css

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

 span { border-color: rgb(29,79,118); }

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