Html Css Color HEX #135C8D Bahama Blue

📋 copy color: '#135C8D'

red 19 ◦ green 92 ◦ blue 141

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

Shades of Bahama Blue #135C8D

Tints of Bahama Blue #135C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

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

R = 7.54%
G = 36.51%
B = 55.95%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#135C8D (or 0x135C8D) is known color: Bahama Blue. HEX triplet: 13, 5C and 8D. RGB value is (19,92,141). Sum of RGB (Red+Green+Blue) = 19+92+141=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #135C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C8D is #ECA372. Grayscale: #4B4B4B. Windows color (decimal): -15508339 or 9264147. OLE color: 9264147.

HSL color Cylindrical-coordinate representation of color #135C8D: hue angle of 204.1º 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 #135C8D is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 92 141 -
CMYK 0.87 0.35 0 0.45
HSL 204.1º 0.76% 0.31% -
HSV(B) 204.1º 0.87% 0.55% -
XYZ 8.9 9.72 26.61 -
YUV 75.76 164.82 87.52 -
System Red Green Blue C M Y K H S L
Decimal 19 92 141 0.87 0.35 0 0.45 204.1 0.76 0.31
Hex 13 5C 8D 57 23 0 2D CC 4C 1F
Octal 23 134 215 127 43 0 55 314 114 37
Binary 10011 1011100 10001101 1010111 100011 0 101101 11001100 1001100 11111

Color Harmonies of #135C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C8D

Black with #135C8D

Text Example


Text Example

White with #135C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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