Html Css Color HEX #155C83 Bahama Blue

📋 copy color: '#155C83'

red 21 ◦ green 92 ◦ blue 131

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

Shades of Bahama Blue #155C83

Tints of Bahama Blue #155C83

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.7%

 BLUE value IS 131 (51.56% from 255) = 53.69%

R = 8.61%
G = 37.7%
B = 53.69%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155C83 (or 0x155C83) is known color: Bahama Blue. HEX triplet: 15, 5C and 83. RGB value is (21,92,131). Sum of RGB (Red+Green+Blue) = 21+92+131=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 131 (51.56% from 255 or 53.69% from 244); Max value from RGB is 131 - color contains mainly: blue. Hex color #155C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155C83 is #EAA37C. Grayscale: #4A4A4A. Windows color (decimal): -15377277 or 8608789. OLE color: 8608789.

HSL color Cylindrical-coordinate representation of color #155C83: hue angle of 201.27º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #155C83 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 92 131 -
CMYK 0.84 0.30 0 0.49
HSL 201.27º 0.72% 0.3% -
HSV(B) 201.27º 0.84% 0.51% -
XYZ 8.23 9.45 22.86 -
YUV 75.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 21 92 131 0.84 0.30 0 0.49 201.27 0.72 0.3
Hex 15 5C 83 54 1E 0 31 C9 48 1E
Octal 25 134 203 124 36 0 61 311 110 36
Binary 10101 1011100 10000011 1010100 11110 0 110001 11001001 1001000 11110

Color Harmonies of #155C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155C83

Black with #155C83

Text Example


Text Example

White with #155C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155C83; }

 p { color: rgb(21,92,131); }

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

background-color css

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

 a { background-color: rgb(21,92,131); }

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

border-color css

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

 span { border-color: rgb(21,92,131); }

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