Html Css Color HEX #155483 Bahama Blue

📋 copy color: '#155483'

red 21 ◦ green 84 ◦ blue 131

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

Shades of Bahama Blue #155483

Tints of Bahama Blue #155483

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

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

R = 8.9%
G = 35.59%
B = 55.51%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#155483 (or 0x155483) is known color: Bahama Blue. HEX triplet: 15, 54 and 83. RGB value is (21,84,131). Sum of RGB (Red+Green+Blue) = 21+84+131=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #155483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155483 is #EAAB7C. Grayscale: #464646. Windows color (decimal): -15379325 or 8606741. OLE color: 8606741.

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

Color convert

RGB 21 84 131 -
CMYK 0.84 0.36 0 0.49
HSL 205.64º 0.72% 0.3% -
HSV(B) 205.64º 0.84% 0.51% -
XYZ 7.58 8.14 22.64 -
YUV 70.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 21 84 131 0.84 0.36 0 0.49 205.64 0.72 0.3
Hex 15 54 83 54 24 0 31 CE 48 1E
Octal 25 124 203 124 44 0 61 316 110 36
Binary 10101 1010100 10000011 1010100 100100 0 110001 11001110 1001000 11110

Color Harmonies of #155483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155483

Black with #155483

Text Example


Text Example

White with #155483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #155483; }

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

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

background-color css

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

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

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

border-color css

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

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

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