Html Css Color HEX #1B5384 Bahama Blue

📋 copy color: '#1B5384'

red 27 ◦ green 83 ◦ blue 132

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

Shades of Bahama Blue #1B5384

Tints of Bahama Blue #1B5384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 11.16%
G = 34.3%
B = 54.55%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1B5384 (or 0x1B5384) is known color: Bahama Blue. HEX triplet: 1B, 53 and 84. RGB value is (27,83,132). Sum of RGB (Red+Green+Blue) = 27+83+132=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B5384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5384 is #E4AC7B. Grayscale: #474747. Windows color (decimal): -14986364 or 8672027. OLE color: 8672027.

HSL color Cylindrical-coordinate representation of color #1B5384: hue angle of 208º 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 #1B5384 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 27 83 132 -
CMYK 0.80 0.37 0 0.48
HSL 208º 0.66% 0.31% -
HSV(B) 208º 0.8% 0.52% -
XYZ 7.71 8.09 22.98 -
YUV 71.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 27 83 132 0.80 0.37 0 0.48 208 0.66 0.31
Hex 1B 53 84 50 25 0 30 D0 42 1F
Octal 33 123 204 120 45 0 60 320 102 37
Binary 11011 1010011 10000100 1010000 100101 0 110000 11010000 1000010 11111

Color Harmonies of #1B5384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5384

Black with #1B5384

Text Example


Text Example

White with #1B5384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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