Html Css Color HEX #135985 Bahama Blue

📋 copy color: '#135985'

red 19 ◦ green 89 ◦ blue 133

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

Shades of Bahama Blue #135985

Tints of Bahama Blue #135985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

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

R = 7.88%
G = 36.93%
B = 55.19%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#135985 (or 0x135985) is known color: Bahama Blue. HEX triplet: 13, 59 and 85. RGB value is (19,89,133). Sum of RGB (Red+Green+Blue) = 19+89+133=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #135985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135985 is #ECA67A. Grayscale: #484848. Windows color (decimal): -15509115 or 8739091. OLE color: 8739091.

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

Color convert

RGB 19 89 133 -
CMYK 0.86 0.33 0 0.48
HSL 203.16º 0.75% 0.3% -
HSV(B) 203.16º 0.86% 0.52% -
XYZ 8.07 8.98 23.5 -
YUV 73.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 19 89 133 0.86 0.33 0 0.48 203.16 0.75 0.3
Hex 13 59 85 56 21 0 30 CB 4B 1E
Octal 23 131 205 126 41 0 60 313 113 36
Binary 10011 1011001 10000101 1010110 100001 0 110000 11001011 1001011 11110

Color Harmonies of #135985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135985

Black with #135985

Text Example


Text Example

White with #135985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135985; }

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

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

background-color css

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

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

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

border-color css

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

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

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