Html Css Color HEX #13618D Bahama Blue

📋 copy color: '#13618D'

red 19 ◦ green 97 ◦ blue 141

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

Shades of Bahama Blue #13618D

Tints of Bahama Blue #13618D

RGB

 RED value IS 19 (7.81% from 255) = 7.39%

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

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

R = 7.39%
G = 37.74%
B = 54.86%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13618D (or 0x13618D) is known color: Bahama Blue. HEX triplet: 13, 61 and 8D. RGB value is (19,97,141). Sum of RGB (Red+Green+Blue) = 19+97+141=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #13618D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13618D is #EC9E72. Grayscale: #4E4E4E. Windows color (decimal): -15507059 or 9265427. OLE color: 9265427.

HSL color Cylindrical-coordinate representation of color #13618D: hue angle of 201.64º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13618D is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 97 141 -
CMYK 0.87 0.31 0 0.45
HSL 201.64º 0.76% 0.31% -
HSV(B) 201.64º 0.87% 0.55% -
XYZ 9.35 10.61 26.75 -
YUV 78.69 163.16 85.42 -
System Red Green Blue C M Y K H S L
Decimal 19 97 141 0.87 0.31 0 0.45 201.64 0.76 0.31
Hex 13 61 8D 57 1F 0 2D CA 4C 1F
Octal 23 141 215 127 37 0 55 312 114 37
Binary 10011 1100001 10001101 1010111 11111 0 101101 11001010 1001100 11111

Color Harmonies of #13618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13618D

Black with #13618D

Text Example


Text Example

White with #13618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,97,141); }

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

background-color css

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

 a { background-color: rgb(19,97,141); }

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

border-color css

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

 span { border-color: rgb(19,97,141); }

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