Html Css Color HEX #1B5077 Bahama Blue

📋 copy color: '#1B5077'

red 27 ◦ green 80 ◦ blue 119

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

Shades of Bahama Blue #1B5077

Tints of Bahama Blue #1B5077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.65%

R = 11.95%
G = 35.4%
B = 52.65%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1B5077 (or 0x1B5077) is known color: Bahama Blue. HEX triplet: 1B, 50 and 77. RGB value is (27,80,119). Sum of RGB (Red+Green+Blue) = 27+80+119=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5077 is #E4AF88. Grayscale: #444444. Windows color (decimal): -14987145 or 7819291. OLE color: 7819291.

HSL color Cylindrical-coordinate representation of color #1B5077: hue angle of 205.43º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B5077 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 27 80 119 -
CMYK 0.77 0.33 0 0.53
HSL 205.43º 0.63% 0.29% -
HSV(B) 205.43º 0.77% 0.47% -
XYZ 6.65 7.3 18.51 -
YUV 68.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 27 80 119 0.77 0.33 0 0.53 205.43 0.63 0.29
Hex 1B 50 77 4D 21 0 35 CD 3F 1D
Octal 33 120 167 115 41 0 65 315 77 35
Binary 11011 1010000 1110111 1001101 100001 0 110101 11001101 111111 11101

Color Harmonies of #1B5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5077

Black with #1B5077

Text Example


Text Example

White with #1B5077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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