Html Css Color HEX #135C89 Bahama Blue

📋 copy color: '#135C89'

red 19 ◦ green 92 ◦ blue 137

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

Shades of Bahama Blue #135C89

Tints of Bahama Blue #135C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

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

R = 7.66%
G = 37.1%
B = 55.24%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#135C89 (or 0x135C89) is known color: Bahama Blue. HEX triplet: 13, 5C and 89. RGB value is (19,92,137). Sum of RGB (Red+Green+Blue) = 19+92+137=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #135C89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C89 is #ECA376. Grayscale: #4B4B4B. Windows color (decimal): -15508343 or 9002003. OLE color: 9002003.

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

Color convert

RGB 19 92 137 -
CMYK 0.86 0.33 0 0.46
HSL 202.88º 0.76% 0.31% -
HSV(B) 202.88º 0.86% 0.54% -
XYZ 8.61 9.6 25.07 -
YUV 75.3 162.82 87.84 -
System Red Green Blue C M Y K H S L
Decimal 19 92 137 0.86 0.33 0 0.46 202.88 0.76 0.31
Hex 13 5C 89 56 21 0 2E CB 4C 1F
Octal 23 134 211 126 41 0 56 313 114 37
Binary 10011 1011100 10001001 1010110 100001 0 101110 11001011 1001100 11111

Color Harmonies of #135C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C89

Black with #135C89

Text Example


Text Example

White with #135C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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