Html Css Color HEX #155783 Bahama Blue

📋 copy color: '#155783'

red 21 ◦ green 87 ◦ blue 131

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

Shades of Bahama Blue #155783

Tints of Bahama Blue #155783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

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

R = 8.79%
G = 36.4%
B = 54.81%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155783 (or 0x155783) is known color: Bahama Blue. HEX triplet: 15, 57 and 83. RGB value is (21,87,131). Sum of RGB (Red+Green+Blue) = 21+87+131=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #155783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155783 is #EAA87C. Grayscale: #484848. Windows color (decimal): -15378557 or 8607509. OLE color: 8607509.

HSL color Cylindrical-coordinate representation of color #155783: hue angle of 204º 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 #155783 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 87 131 -
CMYK 0.84 0.34 0 0.49
HSL 204º 0.72% 0.3% -
HSV(B) 204º 0.84% 0.51% -
XYZ 7.81 8.61 22.72 -
YUV 72.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 21 87 131 0.84 0.34 0 0.49 204 0.72 0.3
Hex 15 57 83 54 22 0 31 CC 48 1E
Octal 25 127 203 124 42 0 61 314 110 36
Binary 10101 1010111 10000011 1010100 100010 0 110001 11001100 1001000 11110

Color Harmonies of #155783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155783

Black with #155783

Text Example


Text Example

White with #155783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155783; }

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

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

background-color css

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

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

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

border-color css

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

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

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