Html Css Color HEX #135980 Bahama Blue

📋 copy color: '#135980'

red 19 ◦ green 89 ◦ blue 128

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

Shades of Bahama Blue #135980

Tints of Bahama Blue #135980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

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

R = 8.05%
G = 37.71%
B = 54.24%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#135980 (or 0x135980) is known color: Bahama Blue. HEX triplet: 13, 59 and 80. RGB value is (19,89,128). Sum of RGB (Red+Green+Blue) = 19+89+128=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #135980 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135980 is #ECA67F. Grayscale: #484848. Windows color (decimal): -15509120 or 8411411. OLE color: 8411411.

HSL color Cylindrical-coordinate representation of color #135980: hue angle of 201.47º 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 #135980 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 89 128 -
CMYK 0.85 0.30 0 0.50
HSL 201.47º 0.74% 0.29% -
HSV(B) 201.47º 0.85% 0.5% -
XYZ 7.74 8.84 21.72 -
YUV 72.52 159.31 89.83 -
System Red Green Blue C M Y K H S L
Decimal 19 89 128 0.85 0.30 0 0.50 201.47 0.74 0.29
Hex 13 59 80 55 1E 0 32 C9 4A 1D
Octal 23 131 200 125 36 0 62 311 112 35
Binary 10011 1011001 10000000 1010101 11110 0 110010 11001001 1001010 11101

Color Harmonies of #135980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135980

Black with #135980

Text Example


Text Example

White with #135980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135980; }

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

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

background-color css

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

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

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

border-color css

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

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

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