Html Css Color HEX #1B5081 Bahama Blue

📋 copy color: '#1B5081'

red 27 ◦ green 80 ◦ blue 129

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

Shades of Bahama Blue #1B5081

Tints of Bahama Blue #1B5081

RGB

 RED value IS 27 (10.94% from 255) = 11.44%

 GREEN value IS 80 (31.64% from 255) = 33.9%

 BLUE value IS 129 (50.78% from 255) = 54.66%

R = 11.44%
G = 33.9%
B = 54.66%

CMYK

 C value IS 0.79

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1B5081 (or 0x1B5081) is known color: Bahama Blue. HEX triplet: 1B, 50 and 81. RGB value is (27,80,129). Sum of RGB (Red+Green+Blue) = 27+80+129=236 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.44% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #1B5081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5081 is #E4AF7E. Grayscale: #454545. Windows color (decimal): -14987135 or 8474651. OLE color: 8474651.

HSL color Cylindrical-coordinate representation of color #1B5081: hue angle of 208.82º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B5081 is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 27 80 129 -
CMYK 0.79 0.38 0 0.49
HSL 208.82º 0.65% 0.31% -
HSV(B) 208.82º 0.79% 0.51% -
XYZ 7.28 7.56 21.84 -
YUV 69.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 27 80 129 0.79 0.38 0 0.49 208.82 0.65 0.31
Hex 1B 50 81 4F 26 0 31 D1 41 1F
Octal 33 120 201 117 46 0 61 321 101 37
Binary 11011 1010000 10000001 1001111 100110 0 110001 11010001 1000001 11111

Color Harmonies of #1B5081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5081

Black with #1B5081

Text Example


Text Example

White with #1B5081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,80,129); }

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

background-color css

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

 a { background-color: rgb(27,80,129); }

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

border-color css

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

 span { border-color: rgb(27,80,129); }

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