Html Css Color HEX #135D89 Bahama Blue

📋 copy color: '#135D89'

red 19 ◦ green 93 ◦ blue 137

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

Shades of Bahama Blue #135D89

Tints of Bahama Blue #135D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.35%

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

R = 7.63%
G = 37.35%
B = 55.02%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#135D89 (or 0x135D89) is known color: Bahama Blue. HEX triplet: 13, 5D and 89. RGB value is (19,93,137). Sum of RGB (Red+Green+Blue) = 19+93+137=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 137 (53.91% from 255 or 55.02% from 249); Max value from RGB is 137 - color contains mainly: blue. Hex color #135D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135D89 is #ECA276. Grayscale: #4B4B4B. Windows color (decimal): -15508087 or 9002259. OLE color: 9002259.

HSL color Cylindrical-coordinate representation of color #135D89: hue angle of 202.37º 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 #135D89 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 93 137 -
CMYK 0.86 0.32 0 0.46
HSL 202.37º 0.76% 0.31% -
HSV(B) 202.37º 0.86% 0.54% -
XYZ 8.7 9.77 25.09 -
YUV 75.89 162.48 87.42 -
System Red Green Blue C M Y K H S L
Decimal 19 93 137 0.86 0.32 0 0.46 202.37 0.76 0.31
Hex 13 5D 89 56 20 0 2E CA 4C 1F
Octal 23 135 211 126 40 0 56 312 114 37
Binary 10011 1011101 10001001 1010110 100000 0 101110 11001010 1001100 11111

Color Harmonies of #135D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D89

Black with #135D89

Text Example


Text Example

White with #135D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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