Html Css Color HEX #135485 Bahama Blue

📋 copy color: '#135485'

red 19 ◦ green 84 ◦ blue 133

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

Shades of Bahama Blue #135485

Tints of Bahama Blue #135485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 8.05%
G = 35.59%
B = 56.36%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#135485 (or 0x135485) is known color: Bahama Blue. HEX triplet: 13, 54 and 85. RGB value is (19,84,133). Sum of RGB (Red+Green+Blue) = 19+84+133=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #135485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135485 is #ECAB7A. Grayscale: #454545. Windows color (decimal): -15510395 or 8737811. OLE color: 8737811.

HSL color Cylindrical-coordinate representation of color #135485: hue angle of 205.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135485 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 19 84 133 -
CMYK 0.86 0.37 0 0.48
HSL 205.79º 0.75% 0.3% -
HSV(B) 205.79º 0.86% 0.52% -
XYZ 7.67 8.17 23.36 -
YUV 70.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 19 84 133 0.86 0.37 0 0.48 205.79 0.75 0.3
Hex 13 54 85 56 25 0 30 CE 4B 1E
Octal 23 124 205 126 45 0 60 316 113 36
Binary 10011 1010100 10000101 1010110 100101 0 110000 11001110 1001011 11110

Color Harmonies of #135485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135485

Black with #135485

Text Example


Text Example

White with #135485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #135485; }

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

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

background-color css

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

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

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

border-color css

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

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

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