Html Css Color HEX #15517F Bahama Blue

📋 copy color: '#15517F'

red 21 ◦ green 81 ◦ blue 127

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

Shades of Bahama Blue #15517F

Tints of Bahama Blue #15517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.37%

 BLUE value IS 127 (50% from 255) = 55.46%

R = 9.17%
G = 35.37%
B = 55.46%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#15517F (or 0x15517F) is known color: Bahama Blue. HEX triplet: 15, 51 and 7F. RGB value is (21,81,127). Sum of RGB (Red+Green+Blue) = 21+81+127=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #15517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15517F is #EAAE80. Grayscale: #444444. Windows color (decimal): -15380097 or 8343829. OLE color: 8343829.

HSL color Cylindrical-coordinate representation of color #15517F: hue angle of 206.04º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15517F is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 21 81 127 -
CMYK 0.83 0.36 0 0.50
HSL 206.04º 0.72% 0.29% -
HSV(B) 206.04º 0.83% 0.5% -
XYZ 7.08 7.58 21.17 -
YUV 68.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 21 81 127 0.83 0.36 0 0.50 206.04 0.72 0.29
Hex 15 51 7F 53 24 0 32 CE 48 1D
Octal 25 121 177 123 44 0 62 316 110 35
Binary 10101 1010001 1111111 1010011 100100 0 110010 11001110 1001000 11101

Color Harmonies of #15517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15517F

Black with #15517F

Text Example


Text Example

White with #15517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15517F; }

 p { color: rgb(21,81,127); }

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

background-color css

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

 a { background-color: rgb(21,81,127); }

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

border-color css

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

 span { border-color: rgb(21,81,127); }

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