Html Css Color HEX #135689 Bahama Blue

📋 copy color: '#135689'

red 19 ◦ green 86 ◦ blue 137

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

Shades of Bahama Blue #135689

Tints of Bahama Blue #135689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 7.85%
G = 35.54%
B = 56.61%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#135689 (or 0x135689) is known color: Bahama Blue. HEX triplet: 13, 56 and 89. RGB value is (19,86,137). Sum of RGB (Red+Green+Blue) = 19+86+137=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #135689 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135689 is #ECA976. Grayscale: #474747. Windows color (decimal): -15509879 or 9000467. OLE color: 9000467.

HSL color Cylindrical-coordinate representation of color #135689: hue angle of 205.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135689 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 86 137 -
CMYK 0.86 0.37 0 0.46
HSL 205.93º 0.76% 0.31% -
HSV(B) 205.93º 0.86% 0.54% -
XYZ 8.11 8.6 24.9 -
YUV 71.78 164.8 90.35 -
System Red Green Blue C M Y K H S L
Decimal 19 86 137 0.86 0.37 0 0.46 205.93 0.76 0.31
Hex 13 56 89 56 25 0 2E CE 4C 1F
Octal 23 126 211 126 45 0 56 316 114 37
Binary 10011 1010110 10001001 1010110 100101 0 101110 11001110 1001100 11111

Color Harmonies of #135689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135689

Black with #135689

Text Example


Text Example

White with #135689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135689; }

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

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

background-color css

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

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

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

border-color css

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

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

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