Html Css Color HEX #135D8D Bahama Blue

📋 copy color: '#135D8D'

red 19 ◦ green 93 ◦ blue 141

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

Shades of Bahama Blue #135D8D

Tints of Bahama Blue #135D8D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.76%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 7.51%
G = 36.76%
B = 55.73%

CMYK

 C value IS 0.87

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#135D8D (or 0x135D8D) is known color: Bahama Blue. HEX triplet: 13, 5D and 8D. RGB value is (19,93,141). Sum of RGB (Red+Green+Blue) = 19+93+141=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #135D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135D8D is #ECA272. Grayscale: #4C4C4C. Windows color (decimal): -15508083 or 9264403. OLE color: 9264403.

HSL color Cylindrical-coordinate representation of color #135D8D: hue angle of 203.61º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135D8D is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 93 141 -
CMYK 0.87 0.34 0 0.45
HSL 203.61º 0.76% 0.31% -
HSV(B) 203.61º 0.87% 0.55% -
XYZ 8.99 9.89 26.63 -
YUV 76.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 19 93 141 0.87 0.34 0 0.45 203.61 0.76 0.31
Hex 13 5D 8D 57 22 0 2D CC 4C 1F
Octal 23 135 215 127 42 0 55 314 114 37
Binary 10011 1011101 10001101 1010111 100010 0 101101 11001100 1001100 11111

Color Harmonies of #135D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135D8D

Black with #135D8D

Text Example


Text Example

White with #135D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,93,141); }

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

background-color css

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

 a { background-color: rgb(19,93,141); }

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

border-color css

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

 span { border-color: rgb(19,93,141); }

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