#1B507A

Color #1B507A Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #1B507A

Tints of Bahama Blue #1B507A

Color information

#1B507A (or 0x1B507A) is unknown color: approx Bahama Blue. HEX triplet: 1B, 50 and 7A. RGB value is (27,80,122). Sum of RGB (Red+Green+Blue) = 27+80+122=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B507A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B507A is #E4AF85. Grayscale: #444444. Windows color (decimal): -14987142 or 8015899. OLE color: 8015899.

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

Color convert

RGB2780122-
CMYK0.780.3400.52
HSL206.53º63.76%29.22%-
HSV(B)206.53º77.87%47.84%-
XYZ6.837.3819.48-
YUV68.94157.9498.08-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.79%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=11.79%
G=34.93%
B=53.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal27801220.780.3400.52206.5363.7629.22
Hex1B507A4E22034cf401d
Octal331201721164206431710035
Binary11011101000011110101001110100010011010011001111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1B507A;
 }
 .AnyTagClassName
 {
   color: #1B507A;
 }
</style>
background-color css

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

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

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

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

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

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