Html Css Color HEX #155485 Bahama Blue

📋 copy color: '#155485'

red 21 ◦ green 84 ◦ blue 133

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

Shades of Bahama Blue #155485

Tints of Bahama Blue #155485

RGB

 RED value IS 21 (8.59% from 255) = 8.82%

 GREEN value IS 84 (33.2% from 255) = 35.29%

 BLUE value IS 133 (52.34% from 255) = 55.88%

R = 8.82%
G = 35.29%
B = 55.88%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#155485 (or 0x155485) is known color: Bahama Blue. HEX triplet: 15, 54 and 85. RGB value is (21,84,133). Sum of RGB (Red+Green+Blue) = 21+84+133=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 133 (52.34% from 255 or 55.88% from 238); Max value from RGB is 133 - color contains mainly: blue. Hex color #155485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155485 is #EAAB7A. Grayscale: #464646. Windows color (decimal): -15379323 or 8737813. OLE color: 8737813.

HSL color Cylindrical-coordinate representation of color #155485: hue angle of 206.25º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155485 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 84 133 -
CMYK 0.84 0.37 0 0.48
HSL 206.25º 0.73% 0.3% -
HSV(B) 206.25º 0.84% 0.52% -
XYZ 7.71 8.19 23.37 -
YUV 70.75 163.13 92.52 -
System Red Green Blue C M Y K H S L
Decimal 21 84 133 0.84 0.37 0 0.48 206.25 0.73 0.3
Hex 15 54 85 54 25 0 30 CE 49 1E
Octal 25 124 205 124 45 0 60 316 111 36
Binary 10101 1010100 10000101 1010100 100101 0 110000 11001110 1001001 11110

Color Harmonies of #155485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155485

Black with #155485

Text Example


Text Example

White with #155485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155485; }

 p { color: rgb(21,84,133); }

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

background-color css

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

 a { background-color: rgb(21,84,133); }

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

border-color css

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

 span { border-color: rgb(21,84,133); }

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