Html Css Color HEX #156390 Bahama Blue

📋 copy color: '#156390'

red 21 ◦ green 99 ◦ blue 144

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

Shades of Bahama Blue #156390

Tints of Bahama Blue #156390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.5%

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 7.95%
G = 37.5%
B = 54.55%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#156390 (or 0x156390) is known color: Bahama Blue. HEX triplet: 15, 63 and 90. RGB value is (21,99,144). Sum of RGB (Red+Green+Blue) = 21+99+144=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #156390 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156390 is #EA9C6F. Grayscale: #505050. Windows color (decimal): -15375472 or 9462549. OLE color: 9462549.

HSL color Cylindrical-coordinate representation of color #156390: hue angle of 201.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #156390 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 99 144 -
CMYK 0.85 0.31 0 0.44
HSL 201.95º 0.75% 0.32% -
HSV(B) 201.95º 0.85% 0.56% -
XYZ 9.81 11.1 28.01 -
YUV 80.81 163.66 85.34 -
System Red Green Blue C M Y K H S L
Decimal 21 99 144 0.85 0.31 0 0.44 201.95 0.75 0.32
Hex 15 63 90 55 1F 0 2C CA 4B 20
Octal 25 143 220 125 37 0 54 312 113 40
Binary 10101 1100011 10010000 1010101 11111 0 101100 11001010 1001011 100000

Color Harmonies of #156390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156390

Black with #156390

Text Example


Text Example

White with #156390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156390; }

 p { color: rgb(21,99,144); }

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

background-color css

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

 a { background-color: rgb(21,99,144); }

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

border-color css

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

 span { border-color: rgb(21,99,144); }

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