Html Css Color HEX #135481 Bahama Blue

📋 copy color: '#135481'

red 19 ◦ green 84 ◦ blue 129

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

Shades of Bahama Blue #135481

Tints of Bahama Blue #135481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 8.19%
G = 36.21%
B = 55.6%

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

#135481 (or 0x135481) is known color: Bahama Blue. HEX triplet: 13, 54 and 81. RGB value is (19,84,129). Sum of RGB (Red+Green+Blue) = 19+84+129=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #135481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135481 is #ECAB7E. Grayscale: #454545. Windows color (decimal): -15510399 or 8475667. OLE color: 8475667.

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

Color convert

RGB 19 84 129 -
CMYK 0.85 0.35 0 0.49
HSL 204.55º 0.74% 0.29% -
HSV(B) 204.55º 0.85% 0.51% -
XYZ 7.4 8.06 21.94 -
YUV 69.7 161.47 91.84 -
System Red Green Blue C M Y K H S L
Decimal 19 84 129 0.85 0.35 0 0.49 204.55 0.74 0.29
Hex 13 54 81 55 23 0 31 CD 4A 1D
Octal 23 124 201 125 43 0 61 315 112 35
Binary 10011 1010100 10000001 1010101 100011 0 110001 11001101 1001010 11101

Color Harmonies of #135481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135481

Black with #135481

Text Example


Text Example

White with #135481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135481; }

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

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

background-color css

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

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

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

border-color css

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

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

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