Html Css Color HEX #13537D Bahama Blue

📋 copy color: '#13537D'

red 19 ◦ green 83 ◦ blue 125

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

Shades of Bahama Blue #13537D

Tints of Bahama Blue #13537D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.07%

R = 8.37%
G = 36.56%
B = 55.07%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13537D (or 0x13537D) is known color: Bahama Blue. HEX triplet: 13, 53 and 7D. RGB value is (19,83,125). Sum of RGB (Red+Green+Blue) = 19+83+125=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #13537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13537D is #ECAC82. Grayscale: #444444. Windows color (decimal): -15510659 or 8213267. OLE color: 8213267.

HSL color Cylindrical-coordinate representation of color #13537D: hue angle of 203.77º degrees, saturation: 0.74, 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 #13537D is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 19 83 125 -
CMYK 0.85 0.34 0 0.51
HSL 203.77º 0.74% 0.28% -
HSV(B) 203.77º 0.85% 0.49% -
XYZ 7.06 7.81 20.54 -
YUV 68.65 159.8 92.58 -
System Red Green Blue C M Y K H S L
Decimal 19 83 125 0.85 0.34 0 0.51 203.77 0.74 0.28
Hex 13 53 7D 55 22 0 33 CC 4A 1C
Octal 23 123 175 125 42 0 63 314 112 34
Binary 10011 1010011 1111101 1010101 100010 0 110011 11001100 1001010 11100

Color Harmonies of #13537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13537D

Black with #13537D

Text Example


Text Example

White with #13537D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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