Html Css Color HEX #135D82 Bahama Blue

📋 copy color: '#135D82'

red 19 ◦ green 93 ◦ blue 130

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

Shades of Bahama Blue #135D82

Tints of Bahama Blue #135D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.72%

R = 7.85%
G = 38.43%
B = 53.72%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135D82 (or 0x135D82) is known color: Bahama Blue. HEX triplet: 13, 5D and 82. RGB value is (19,93,130). Sum of RGB (Red+Green+Blue) = 19+93+130=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #135D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135D82 is #ECA27D. Grayscale: #4A4A4A. Windows color (decimal): -15508094 or 8543507. OLE color: 8543507.

HSL color Cylindrical-coordinate representation of color #135D82: hue angle of 200º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135D82 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 93 130 -
CMYK 0.85 0.28 0 0.49
HSL 200º 0.74% 0.29% -
HSV(B) 200º 0.85% 0.51% -
XYZ 8.21 9.58 22.54 -
YUV 75.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 19 93 130 0.85 0.28 0 0.49 200 0.74 0.29
Hex 13 5D 82 55 1C 0 31 C8 4A 1D
Octal 23 135 202 125 34 0 61 310 112 35
Binary 10011 1011101 10000010 1010101 11100 0 110001 11001000 1001010 11101

Color Harmonies of #135D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D82

Black with #135D82

Text Example


Text Example

White with #135D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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