Html Css Color HEX #13537C Bahama Blue

📋 copy color: '#13537C'

red 19 ◦ green 83 ◦ blue 124

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

Shades of Bahama Blue #13537C

Tints of Bahama Blue #13537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.73%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 8.41%
G = 36.73%
B = 54.87%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13537C (or 0x13537C) is known color: Bahama Blue. HEX triplet: 13, 53 and 7C. RGB value is (19,83,124). Sum of RGB (Red+Green+Blue) = 19+83+124=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #13537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13537C is #ECAC83. Grayscale: #444444. Windows color (decimal): -15510660 or 8147731. OLE color: 8147731.

HSL color Cylindrical-coordinate representation of color #13537C: hue angle of 203.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13537C is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 83 124 -
CMYK 0.85 0.33 0 0.51
HSL 203.43º 0.73% 0.28% -
HSV(B) 203.43º 0.85% 0.49% -
XYZ 7 7.78 20.2 -
YUV 68.54 159.3 92.67 -
System Red Green Blue C M Y K H S L
Decimal 19 83 124 0.85 0.33 0 0.51 203.43 0.73 0.28
Hex 13 53 7C 55 21 0 33 CB 49 1C
Octal 23 123 174 125 41 0 63 313 111 34
Binary 10011 1010011 1111100 1010101 100001 0 110011 11001011 1001001 11100

Color Harmonies of #13537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13537C

Black with #13537C

Text Example


Text Example

White with #13537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,83,124); }

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

background-color css

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

 a { background-color: rgb(19,83,124); }

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

border-color css

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

 span { border-color: rgb(19,83,124); }

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