Html Css Color HEX #135686 Bahama Blue

📋 copy color: '#135686'

red 19 ◦ green 86 ◦ blue 134

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

Shades of Bahama Blue #135686

Tints of Bahama Blue #135686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 7.95%
G = 35.98%
B = 56.07%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#135686 (or 0x135686) is known color: Bahama Blue. HEX triplet: 13, 56 and 86. RGB value is (19,86,134). Sum of RGB (Red+Green+Blue) = 19+86+134=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #135686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135686 is #ECA979. Grayscale: #474747. Windows color (decimal): -15509882 or 8803859. OLE color: 8803859.

HSL color Cylindrical-coordinate representation of color #135686: hue angle of 205.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135686 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 86 134 -
CMYK 0.86 0.36 0 0.47
HSL 205.04º 0.75% 0.3% -
HSV(B) 205.04º 0.86% 0.53% -
XYZ 7.9 8.52 23.78 -
YUV 71.44 163.3 90.6 -
System Red Green Blue C M Y K H S L
Decimal 19 86 134 0.86 0.36 0 0.47 205.04 0.75 0.3
Hex 13 56 86 56 24 0 2F CD 4B 1E
Octal 23 126 206 126 44 0 57 315 113 36
Binary 10011 1010110 10000110 1010110 100100 0 101111 11001101 1001011 11110

Color Harmonies of #135686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135686

Black with #135686

Text Example


Text Example

White with #135686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135686; }

 p { color: rgb(19,86,134); }

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

background-color css

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

 a { background-color: rgb(19,86,134); }

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

border-color css

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

 span { border-color: rgb(19,86,134); }

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