Html Css Color HEX #135483 Bahama Blue

📋 copy color: '#135483'

red 19 ◦ green 84 ◦ blue 131

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

Shades of Bahama Blue #135483

Tints of Bahama Blue #135483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.98%

R = 8.12%
G = 35.9%
B = 55.98%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#135483 (or 0x135483) is known color: Bahama Blue. HEX triplet: 13, 54 and 83. RGB value is (19,84,131). Sum of RGB (Red+Green+Blue) = 19+84+131=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #135483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135483 is #ECAB7C. Grayscale: #454545. Windows color (decimal): -15510397 or 8606739. OLE color: 8606739.

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

Color convert

RGB 19 84 131 -
CMYK 0.85 0.36 0 0.49
HSL 205.18º 0.75% 0.29% -
HSV(B) 205.18º 0.85% 0.51% -
XYZ 7.54 8.12 22.64 -
YUV 69.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 19 84 131 0.85 0.36 0 0.49 205.18 0.75 0.29
Hex 13 54 83 55 24 0 31 CD 4B 1D
Octal 23 124 203 125 44 0 61 315 113 35
Binary 10011 1010100 10000011 1010101 100100 0 110001 11001101 1001011 11101

Color Harmonies of #135483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135483

Black with #135483

Text Example


Text Example

White with #135483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135483; }

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

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

background-color css

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

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

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

border-color css

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

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

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