Html Css Color HEX #19537C Bahama Blue

📋 copy color: '#19537C'

red 25 ◦ green 83 ◦ blue 124

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

Shades of Bahama Blue #19537C

Tints of Bahama Blue #19537C

RGB

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

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

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

R = 10.78%
G = 35.78%
B = 53.45%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19537C (or 0x19537C) is known color: Bahama Blue. HEX triplet: 19, 53 and 7C. RGB value is (25,83,124). Sum of RGB (Red+Green+Blue) = 25+83+124=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #19537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19537C is #E6AC83. Grayscale: #464646. Windows color (decimal): -15117444 or 8147737. OLE color: 8147737.

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

Color convert

RGB 25 83 124 -
CMYK 0.80 0.33 0 0.51
HSL 204.85º 0.66% 0.29% -
HSV(B) 204.85º 0.8% 0.49% -
XYZ 7.13 7.85 20.21 -
YUV 70.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 25 83 124 0.80 0.33 0 0.51 204.85 0.66 0.29
Hex 19 53 7C 50 21 0 33 CD 42 1D
Octal 31 123 174 120 41 0 63 315 102 35
Binary 11001 1010011 1111100 1010000 100001 0 110011 11001101 1000010 11101

Color Harmonies of #19537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19537C

Black with #19537C

Text Example


Text Example

White with #19537C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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