Html Css Color HEX #155D8C Bahama Blue

📋 copy color: '#155D8C'

red 21 ◦ green 93 ◦ blue 140

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

Shades of Bahama Blue #155D8C

Tints of Bahama Blue #155D8C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.61%

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 8.27%
G = 36.61%
B = 55.12%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#155D8C (or 0x155D8C) is known color: Bahama Blue. HEX triplet: 15, 5D and 8C. RGB value is (21,93,140). Sum of RGB (Red+Green+Blue) = 21+93+140=254 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.27% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #155D8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155D8C is #EAA273. Grayscale: #4C4C4C. Windows color (decimal): -15377012 or 9198869. OLE color: 9198869.

HSL color Cylindrical-coordinate representation of color #155D8C: hue angle of 203.7º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #155D8C is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 93 140 -
CMYK 0.85 0.34 0 0.45
HSL 203.7º 0.74% 0.32% -
HSV(B) 203.7º 0.85% 0.55% -
XYZ 8.96 9.88 26.25 -
YUV 76.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 21 93 140 0.85 0.34 0 0.45 203.7 0.74 0.32
Hex 15 5D 8C 55 22 0 2D CC 4A 20
Octal 25 135 214 125 42 0 55 314 112 40
Binary 10101 1011101 10001100 1010101 100010 0 101101 11001100 1001010 100000

Color Harmonies of #155D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D8C

Black with #155D8C

Text Example


Text Example

White with #155D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,93,140); }

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

background-color css

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

 a { background-color: rgb(21,93,140); }

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

border-color css

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

 span { border-color: rgb(21,93,140); }

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