Html Css Color HEX #1D5B7E Bahama Blue

📋 copy color: '#1D5B7E'

red 29 ◦ green 91 ◦ blue 126

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

Shades of Bahama Blue #1D5B7E

Tints of Bahama Blue #1D5B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.99%

 BLUE value IS 126 (49.61% from 255) = 51.22%

R = 11.79%
G = 36.99%
B = 51.22%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D5B7E (or 0x1D5B7E) is known color: Bahama Blue. HEX triplet: 1D, 5B and 7E. RGB value is (29,91,126). Sum of RGB (Red+Green+Blue) = 29+91+126=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 126 (49.61% from 255 or 51.22% from 246); Max value from RGB is 126 - color contains mainly: blue. Hex color #1D5B7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5B7E is #E2A481. Grayscale: #4C4C4C. Windows color (decimal): -14853250 or 8280861. OLE color: 8280861.

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

Color convert

RGB 29 91 126 -
CMYK 0.77 0.28 0 0.51
HSL 201.65º 0.63% 0.3% -
HSV(B) 201.65º 0.77% 0.49% -
XYZ 8.01 9.25 21.1 -
YUV 76.45 155.96 94.15 -
System Red Green Blue C M Y K H S L
Decimal 29 91 126 0.77 0.28 0 0.51 201.65 0.63 0.3
Hex 1D 5B 7E 4D 1C 0 33 CA 3F 1E
Octal 35 133 176 115 34 0 63 312 77 36
Binary 11101 1011011 1111110 1001101 11100 0 110011 11001010 111111 11110

Color Harmonies of #1D5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5B7E

Black with #1D5B7E

Text Example


Text Example

White with #1D5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,91,126); }

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

background-color css

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

 a { background-color: rgb(29,91,126); }

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

border-color css

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

 span { border-color: rgb(29,91,126); }

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