Html Css Color HEX #19557C Bahama Blue

📋 copy color: '#19557C'

red 25 ◦ green 85 ◦ blue 124

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

Shades of Bahama Blue #19557C

Tints of Bahama Blue #19557C

RGB

 RED value IS 25 (10.16% from 255) = 10.68%

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

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

R = 10.68%
G = 36.32%
B = 52.99%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19557C (or 0x19557C) is known color: Bahama Blue. HEX triplet: 19, 55 and 7C. RGB value is (25,85,124). Sum of RGB (Red+Green+Blue) = 25+85+124=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #19557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19557C is #E6AA83. Grayscale: #474747. Windows color (decimal): -15116932 or 8148249. OLE color: 8148249.

HSL color Cylindrical-coordinate representation of color #19557C: hue angle of 203.64º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19557C is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 85 124 -
CMYK 0.80 0.31 0 0.51
HSL 203.64º 0.66% 0.29% -
HSV(B) 203.64º 0.8% 0.49% -
XYZ 7.29 8.16 20.26 -
YUV 71.51 157.62 94.83 -
System Red Green Blue C M Y K H S L
Decimal 25 85 124 0.80 0.31 0 0.51 203.64 0.66 0.29
Hex 19 55 7C 50 1F 0 33 CC 42 1D
Octal 31 125 174 120 37 0 63 314 102 35
Binary 11001 1010101 1111100 1010000 11111 0 110011 11001100 1000010 11101

Color Harmonies of #19557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19557C

Black with #19557C

Text Example


Text Example

White with #19557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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