Html Css Color HEX #13557C Bahama Blue

📋 copy color: '#13557C'

red 19 ◦ green 85 ◦ blue 124

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

Shades of Bahama Blue #13557C

Tints of Bahama Blue #13557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.28%

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

R = 8.33%
G = 37.28%
B = 54.39%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#13557C (or 0x13557C) is known color: Bahama Blue. HEX triplet: 13, 55 and 7C. RGB value is (19,85,124). Sum of RGB (Red+Green+Blue) = 19+85+124=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #13557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13557C is #ECAA83. Grayscale: #454545. Windows color (decimal): -15510148 or 8148243. OLE color: 8148243.

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

Color convert

RGB 19 85 124 -
CMYK 0.85 0.31 0 0.51
HSL 202.29º 0.73% 0.28% -
HSV(B) 202.29º 0.85% 0.49% -
XYZ 7.16 8.09 20.25 -
YUV 69.71 158.63 91.83 -
System Red Green Blue C M Y K H S L
Decimal 19 85 124 0.85 0.31 0 0.51 202.29 0.73 0.28
Hex 13 55 7C 55 1F 0 33 CA 49 1C
Octal 23 125 174 125 37 0 63 312 111 34
Binary 10011 1010101 1111100 1010101 11111 0 110011 11001010 1001001 11100

Color Harmonies of #13557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13557C

Black with #13557C

Text Example


Text Example

White with #13557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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