Html Css Color HEX #13618C Bahama Blue

📋 copy color: '#13618C'

red 19 ◦ green 97 ◦ blue 140

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

Shades of Bahama Blue #13618C

Tints of Bahama Blue #13618C

RGB

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

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

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

R = 7.42%
G = 37.89%
B = 54.69%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13618C (or 0x13618C) is known color: Bahama Blue. HEX triplet: 13, 61 and 8C. RGB value is (19,97,140). Sum of RGB (Red+Green+Blue) = 19+97+140=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #13618C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13618C is #EC9E73. Grayscale: #4E4E4E. Windows color (decimal): -15507060 or 9199891. OLE color: 9199891.

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

Color convert

RGB 19 97 140 -
CMYK 0.86 0.31 0 0.45
HSL 201.32º 0.76% 0.31% -
HSV(B) 201.32º 0.86% 0.55% -
XYZ 9.28 10.58 26.36 -
YUV 78.58 162.66 85.5 -
System Red Green Blue C M Y K H S L
Decimal 19 97 140 0.86 0.31 0 0.45 201.32 0.76 0.31
Hex 13 61 8C 56 1F 0 2D C9 4C 1F
Octal 23 141 214 126 37 0 55 311 114 37
Binary 10011 1100001 10001100 1010110 11111 0 101101 11001001 1001100 11111

Color Harmonies of #13618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13618C

Black with #13618C

Text Example


Text Example

White with #13618C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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