Html Css Color HEX #135482 Bahama Blue

📋 copy color: '#135482'

red 19 ◦ green 84 ◦ blue 130

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

Shades of Bahama Blue #135482

Tints of Bahama Blue #135482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.05%

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

R = 8.15%
G = 36.05%
B = 55.79%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135482 (or 0x135482) is known color: Bahama Blue. HEX triplet: 13, 54 and 82. RGB value is (19,84,130). Sum of RGB (Red+Green+Blue) = 19+84+130=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #135482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135482 is #ECAB7D. Grayscale: #454545. Windows color (decimal): -15510398 or 8541203. OLE color: 8541203.

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

Color convert

RGB 19 84 130 -
CMYK 0.85 0.35 0 0.49
HSL 204.86º 0.74% 0.29% -
HSV(B) 204.86º 0.85% 0.51% -
XYZ 7.47 8.09 22.29 -
YUV 69.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 19 84 130 0.85 0.35 0 0.49 204.86 0.74 0.29
Hex 13 54 82 55 23 0 31 CD 4A 1D
Octal 23 124 202 125 43 0 61 315 112 35
Binary 10011 1010100 10000010 1010101 100011 0 110001 11001101 1001010 11101

Color Harmonies of #135482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135482

Black with #135482

Text Example


Text Example

White with #135482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135482; }

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

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

background-color css

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

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

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

border-color css

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

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

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