Html Css Color HEX #135786 Bahama Blue

📋 copy color: '#135786'

red 19 ◦ green 87 ◦ blue 134

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

Shades of Bahama Blue #135786

Tints of Bahama Blue #135786

RGB

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

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

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

R = 7.92%
G = 36.25%
B = 55.83%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#135786 (or 0x135786) is known color: Bahama Blue. HEX triplet: 13, 57 and 86. RGB value is (19,87,134). Sum of RGB (Red+Green+Blue) = 19+87+134=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #135786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135786 is #ECA879. Grayscale: #474747. Windows color (decimal): -15509626 or 8804115. OLE color: 8804115.

HSL color Cylindrical-coordinate representation of color #135786: hue angle of 204.52º 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 #135786 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 87 134 -
CMYK 0.86 0.35 0 0.47
HSL 204.52º 0.75% 0.3% -
HSV(B) 204.52º 0.86% 0.53% -
XYZ 7.98 8.68 23.81 -
YUV 72.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 19 87 134 0.86 0.35 0 0.47 204.52 0.75 0.3
Hex 13 57 86 56 23 0 2F CD 4B 1E
Octal 23 127 206 126 43 0 57 315 113 36
Binary 10011 1010111 10000110 1010110 100011 0 101111 11001101 1001011 11110

Color Harmonies of #135786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135786

Black with #135786

Text Example


Text Example

White with #135786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135786; }

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

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

background-color css

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

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

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

border-color css

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

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

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