Html Css Color HEX #135C8B Bahama Blue

📋 copy color: '#135C8B'

red 19 ◦ green 92 ◦ blue 139

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

Shades of Bahama Blue #135C8B

Tints of Bahama Blue #135C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 7.6%
G = 36.8%
B = 55.6%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#135C8B (or 0x135C8B) is known color: Bahama Blue. HEX triplet: 13, 5C and 8B. RGB value is (19,92,139). Sum of RGB (Red+Green+Blue) = 19+92+139=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #135C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135C8B is #ECA374. Grayscale: #4B4B4B. Windows color (decimal): -15508341 or 9133075. OLE color: 9133075.

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

Color convert

RGB 19 92 139 -
CMYK 0.86 0.34 0 0.45
HSL 203.5º 0.76% 0.31% -
HSV(B) 203.5º 0.86% 0.55% -
XYZ 8.76 9.66 25.83 -
YUV 75.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 19 92 139 0.86 0.34 0 0.45 203.5 0.76 0.31
Hex 13 5C 8B 56 22 0 2D CC 4C 1F
Octal 23 134 213 126 42 0 55 314 114 37
Binary 10011 1011100 10001011 1010110 100010 0 101101 11001100 1001100 11111

Color Harmonies of #135C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135C8B

Black with #135C8B

Text Example


Text Example

White with #135C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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