Html Css Color HEX #135780 Bahama Blue

📋 copy color: '#135780'

red 19 ◦ green 87 ◦ blue 128

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

Shades of Bahama Blue #135780

Tints of Bahama Blue #135780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.18%

 BLUE value IS 128 (50.39% from 255) = 54.7%

R = 8.12%
G = 37.18%
B = 54.7%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#135780 (or 0x135780) is known color: Bahama Blue. HEX triplet: 13, 57 and 80. RGB value is (19,87,128). Sum of RGB (Red+Green+Blue) = 19+87+128=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #135780 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135780 is #ECA87F. Grayscale: #474747. Windows color (decimal): -15509632 or 8410899. OLE color: 8410899.

HSL color Cylindrical-coordinate representation of color #135780: hue angle of 202.57º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135780 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 87 128 -
CMYK 0.85 0.32 0 0.50
HSL 202.57º 0.74% 0.29% -
HSV(B) 202.57º 0.85% 0.5% -
XYZ 7.57 8.51 21.67 -
YUV 71.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 19 87 128 0.85 0.32 0 0.50 202.57 0.74 0.29
Hex 13 57 80 55 20 0 32 CB 4A 1D
Octal 23 127 200 125 40 0 62 313 112 35
Binary 10011 1010111 10000000 1010101 100000 0 110010 11001011 1001010 11101

Color Harmonies of #135780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135780

Black with #135780

Text Example


Text Example

White with #135780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135780; }

 p { color: rgb(19,87,128); }

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

background-color css

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

 a { background-color: rgb(19,87,128); }

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

border-color css

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

 span { border-color: rgb(19,87,128); }

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