Html Css Color HEX #135A82 Bahama Blue

📋 copy color: '#135A82'

red 19 ◦ green 90 ◦ blue 130

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

Shades of Bahama Blue #135A82

Tints of Bahama Blue #135A82

RGB

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

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

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

R = 7.95%
G = 37.66%
B = 54.39%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135A82 (or 0x135A82) is known color: Bahama Blue. HEX triplet: 13, 5A and 82. RGB value is (19,90,130). Sum of RGB (Red+Green+Blue) = 19+90+130=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 130 (51.17% from 255 or 54.39% from 239); Max value from RGB is 130 - color contains mainly: blue. Hex color #135A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135A82 is #ECA57D. Grayscale: #494949. Windows color (decimal): -15508862 or 8542739. OLE color: 8542739.

HSL color Cylindrical-coordinate representation of color #135A82: hue angle of 201.62º 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 #135A82 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 90 130 -
CMYK 0.85 0.31 0 0.49
HSL 201.62º 0.74% 0.29% -
HSV(B) 201.62º 0.85% 0.51% -
XYZ 7.95 9.06 22.45 -
YUV 73.33 159.98 89.25 -
System Red Green Blue C M Y K H S L
Decimal 19 90 130 0.85 0.31 0 0.49 201.62 0.74 0.29
Hex 13 5A 82 55 1F 0 31 CA 4A 1D
Octal 23 132 202 125 37 0 61 312 112 35
Binary 10011 1011010 10000010 1010101 11111 0 110001 11001010 1001010 11101

Color Harmonies of #135A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135A82

Black with #135A82

Text Example


Text Example

White with #135A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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