Html Css Color HEX #155279 Bahama Blue

📋 copy color: '#155279'

red 21 ◦ green 82 ◦ blue 121

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

Shades of Bahama Blue #155279

Tints of Bahama Blue #155279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.61%

 BLUE value IS 121 (47.66% from 255) = 54.02%

R = 9.38%
G = 36.61%
B = 54.02%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#155279 (or 0x155279) is known color: Bahama Blue. HEX triplet: 15, 52 and 79. RGB value is (21,82,121). Sum of RGB (Red+Green+Blue) = 21+82+121=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #155279 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155279 is #EAAD86. Grayscale: #434343. Windows color (decimal): -15379847 or 7950869. OLE color: 7950869.

HSL color Cylindrical-coordinate representation of color #155279: hue angle of 203.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #155279 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 21 82 121 -
CMYK 0.83 0.32 0 0.53
HSL 203.4º 0.7% 0.28% -
HSV(B) 203.4º 0.83% 0.47% -
XYZ 6.78 7.57 19.19 -
YUV 68.21 157.79 94.33 -
System Red Green Blue C M Y K H S L
Decimal 21 82 121 0.83 0.32 0 0.53 203.4 0.7 0.28
Hex 15 52 79 53 20 0 35 CB 46 1C
Octal 25 122 171 123 40 0 65 313 106 34
Binary 10101 1010010 1111001 1010011 100000 0 110101 11001011 1000110 11100

Color Harmonies of #155279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155279

Black with #155279

Text Example


Text Example

White with #155279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155279; }

 p { color: rgb(21,82,121); }

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

background-color css

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

 a { background-color: rgb(21,82,121); }

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

border-color css

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

 span { border-color: rgb(21,82,121); }

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