Html Css Color HEX #15618C Bahama Blue

📋 copy color: '#15618C'

red 21 ◦ green 97 ◦ blue 140

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

Shades of Bahama Blue #15618C

Tints of Bahama Blue #15618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.6%

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

R = 8.14%
G = 37.6%
B = 54.26%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15618C (or 0x15618C) is known color: Bahama Blue. HEX triplet: 15, 61 and 8C. RGB value is (21,97,140). Sum of RGB (Red+Green+Blue) = 21+97+140=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #15618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15618C is #EA9E73. Grayscale: #4E4E4E. Windows color (decimal): -15375988 or 9199893. OLE color: 9199893.

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

Color convert

RGB 21 97 140 -
CMYK 0.85 0.31 0 0.45
HSL 201.68º 0.74% 0.32% -
HSV(B) 201.68º 0.85% 0.55% -
XYZ 9.32 10.6 26.37 -
YUV 79.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 21 97 140 0.85 0.31 0 0.45 201.68 0.74 0.32
Hex 15 61 8C 55 1F 0 2D CA 4A 20
Octal 25 141 214 125 37 0 55 312 112 40
Binary 10101 1100001 10001100 1010101 11111 0 101101 11001010 1001010 100000

Color Harmonies of #15618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15618C

Black with #15618C

Text Example


Text Example

White with #15618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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