Html Css Color HEX #15598C Bahama Blue

📋 copy color: '#15598C'

red 21 ◦ green 89 ◦ blue 140

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

Shades of Bahama Blue #15598C

Tints of Bahama Blue #15598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 140 (55.08% from 255) = 56%

R = 8.4%
G = 35.6%
B = 56%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15598C (or 0x15598C) is known color: Bahama Blue. HEX triplet: 15, 59 and 8C. RGB value is (21,89,140). Sum of RGB (Red+Green+Blue) = 21+89+140=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #15598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15598C is #EAA673. Grayscale: #4A4A4A. Windows color (decimal): -15378036 or 9197845. OLE color: 9197845.

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

Color convert

RGB 21 89 140 -
CMYK 0.85 0.36 0 0.45
HSL 205.71º 0.74% 0.32% -
HSV(B) 205.71º 0.85% 0.55% -
XYZ 8.62 9.2 26.13 -
YUV 74.48 164.97 89.85 -
System Red Green Blue C M Y K H S L
Decimal 21 89 140 0.85 0.36 0 0.45 205.71 0.74 0.32
Hex 15 59 8C 55 24 0 2D CE 4A 20
Octal 25 131 214 125 44 0 55 316 112 40
Binary 10101 1011001 10001100 1010101 100100 0 101101 11001110 1001010 100000

Color Harmonies of #15598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15598C

Black with #15598C

Text Example


Text Example

White with #15598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15598C; }

 p { color: rgb(21,89,140); }

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

background-color css

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

 a { background-color: rgb(21,89,140); }

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

border-color css

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

 span { border-color: rgb(21,89,140); }

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