Html Css Color HEX #135A85 Bahama Blue

📋 copy color: '#135A85'

red 19 ◦ green 90 ◦ blue 133

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

Shades of Bahama Blue #135A85

Tints of Bahama Blue #135A85

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.19%

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 7.85%
G = 37.19%
B = 54.96%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#135A85 (or 0x135A85) is known color: Bahama Blue. HEX triplet: 13, 5A and 85. RGB value is (19,90,133). Sum of RGB (Red+Green+Blue) = 19+90+133=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #135A85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A85 is #ECA57A. Grayscale: #494949. Windows color (decimal): -15508859 or 8739347. OLE color: 8739347.

HSL color Cylindrical-coordinate representation of color #135A85: hue angle of 202.63º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135A85 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 90 133 -
CMYK 0.86 0.32 0 0.48
HSL 202.63º 0.75% 0.3% -
HSV(B) 202.63º 0.86% 0.52% -
XYZ 8.16 9.14 23.53 -
YUV 73.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 19 90 133 0.86 0.32 0 0.48 202.63 0.75 0.3
Hex 13 5A 85 56 20 0 30 CB 4B 1E
Octal 23 132 205 126 40 0 60 313 113 36
Binary 10011 1011010 10000101 1010110 100000 0 110000 11001011 1001011 11110

Color Harmonies of #135A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A85

Black with #135A85

Text Example


Text Example

White with #135A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,133); }

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

background-color css

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

 a { background-color: rgb(19,90,133); }

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

border-color css

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

 span { border-color: rgb(19,90,133); }

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