Html Css Color HEX #15568A Bahama Blue

📋 copy color: '#15568A'

red 21 ◦ green 86 ◦ blue 138

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

Shades of Bahama Blue #15568A

Tints of Bahama Blue #15568A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 8.57%
G = 35.1%
B = 56.33%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#15568A (or 0x15568A) is known color: Bahama Blue. HEX triplet: 15, 56 and 8A. RGB value is (21,86,138). Sum of RGB (Red+Green+Blue) = 21+86+138=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #15568A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15568A is #EAA975. Grayscale: #484848. Windows color (decimal): -15378806 or 9066005. OLE color: 9066005.

HSL color Cylindrical-coordinate representation of color #15568A: hue angle of 206.67º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15568A is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 21 86 138 -
CMYK 0.85 0.38 0 0.46
HSL 206.67º 0.74% 0.31% -
HSV(B) 206.67º 0.85% 0.54% -
XYZ 8.22 8.65 25.28 -
YUV 72.49 164.97 91.27 -
System Red Green Blue C M Y K H S L
Decimal 21 86 138 0.85 0.38 0 0.46 206.67 0.74 0.31
Hex 15 56 8A 55 26 0 2E CF 4A 1F
Octal 25 126 212 125 46 0 56 317 112 37
Binary 10101 1010110 10001010 1010101 100110 0 101110 11001111 1001010 11111

Color Harmonies of #15568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15568A

Black with #15568A

Text Example


Text Example

White with #15568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15568A; }

 p { color: rgb(21,86,138); }

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

background-color css

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

 a { background-color: rgb(21,86,138); }

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

border-color css

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

 span { border-color: rgb(21,86,138); }

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