Html Css Color HEX #155380 Bahama Blue

📋 copy color: '#155380'

red 21 ◦ green 83 ◦ blue 128

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

Shades of Bahama Blue #155380

Tints of Bahama Blue #155380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 55.17%

R = 9.05%
G = 35.78%
B = 55.17%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#155380 (or 0x155380) is known color: Bahama Blue. HEX triplet: 15, 53 and 80. RGB value is (21,83,128). Sum of RGB (Red+Green+Blue) = 21+83+128=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #155380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155380 is #EAAC7F. Grayscale: #454545. Windows color (decimal): -15379584 or 8409877. OLE color: 8409877.

HSL color Cylindrical-coordinate representation of color #155380: hue angle of 205.23º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155380 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 83 128 -
CMYK 0.84 0.35 0 0.50
HSL 205.23º 0.72% 0.29% -
HSV(B) 205.23º 0.84% 0.5% -
XYZ 7.3 7.9 21.56 -
YUV 69.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 21 83 128 0.84 0.35 0 0.50 205.23 0.72 0.29
Hex 15 53 80 54 23 0 32 CD 48 1D
Octal 25 123 200 124 43 0 62 315 110 35
Binary 10101 1010011 10000000 1010100 100011 0 110010 11001101 1001000 11101

Color Harmonies of #155380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155380

Black with #155380

Text Example


Text Example

White with #155380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155380; }

 p { color: rgb(21,83,128); }

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

background-color css

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

 a { background-color: rgb(21,83,128); }

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

border-color css

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

 span { border-color: rgb(21,83,128); }

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