Html Css Color HEX #15608D Bahama Blue

📋 copy color: '#15608D'

red 21 ◦ green 96 ◦ blue 141

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

Shades of Bahama Blue #15608D

Tints of Bahama Blue #15608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.21%

 BLUE value IS 141 (55.47% from 255) = 54.65%

R = 8.14%
G = 37.21%
B = 54.65%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15608D (or 0x15608D) is known color: Bahama Blue. HEX triplet: 15, 60 and 8D. RGB value is (21,96,141). Sum of RGB (Red+Green+Blue) = 21+96+141=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #15608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15608D is #EA9F72. Grayscale: #4E4E4E. Windows color (decimal): -15376243 or 9265173. OLE color: 9265173.

HSL color Cylindrical-coordinate representation of color #15608D: hue angle of 202.5º 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 #15608D is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 96 141 -
CMYK 0.85 0.32 0 0.45
HSL 202.5º 0.74% 0.32% -
HSV(B) 202.5º 0.85% 0.55% -
XYZ 9.3 10.45 26.73 -
YUV 78.71 163.15 86.84 -
System Red Green Blue C M Y K H S L
Decimal 21 96 141 0.85 0.32 0 0.45 202.5 0.74 0.32
Hex 15 60 8D 55 20 0 2D CA 4A 20
Octal 25 140 215 125 40 0 55 312 112 40
Binary 10101 1100000 10001101 1010101 100000 0 101101 11001010 1001010 100000

Color Harmonies of #15608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15608D

Black with #15608D

Text Example


Text Example

White with #15608D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15608D; }

 p { color: rgb(21,96,141); }

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

background-color css

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

 a { background-color: rgb(21,96,141); }

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

border-color css

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

 span { border-color: rgb(21,96,141); }

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