Html Css Color HEX #1B5A84 Bahama Blue

📋 copy color: '#1B5A84'

red 27 ◦ green 90 ◦ blue 132

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

Shades of Bahama Blue #1B5A84

Tints of Bahama Blue #1B5A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.14%

 BLUE value IS 132 (51.95% from 255) = 53.01%

R = 10.84%
G = 36.14%
B = 53.01%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1B5A84 (or 0x1B5A84) is known color: Bahama Blue. HEX triplet: 1B, 5A and 84. RGB value is (27,90,132). Sum of RGB (Red+Green+Blue) = 27+90+132=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B5A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5A84 is #E4A57B. Grayscale: #4B4B4B. Windows color (decimal): -14984572 or 8673819. OLE color: 8673819.

HSL color Cylindrical-coordinate representation of color #1B5A84: hue angle of 204º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B5A84 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 90 132 -
CMYK 0.80 0.32 0 0.48
HSL 204º 0.66% 0.31% -
HSV(B) 204º 0.8% 0.52% -
XYZ 8.27 9.21 23.17 -
YUV 75.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 27 90 132 0.80 0.32 0 0.48 204 0.66 0.31
Hex 1B 5A 84 50 20 0 30 CC 42 1F
Octal 33 132 204 120 40 0 60 314 102 37
Binary 11011 1011010 10000100 1010000 100000 0 110000 11001100 1000010 11111

Color Harmonies of #1B5A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5A84

Black with #1B5A84

Text Example


Text Example

White with #1B5A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,90,132); }

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

background-color css

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

 a { background-color: rgb(27,90,132); }

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

border-color css

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

 span { border-color: rgb(27,90,132); }

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