#135F8E

Color #135F8E Bahama Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahama Blue #135F8E

Tints of Bahama Blue #135F8E

Color information

#135F8E (or 0x135F8E) is unknown color: approx Bahama Blue. HEX triplet: 13, 5F and 8E. RGB value is (19,95,142). Sum of RGB (Red+Green+Blue) = 19+95+142=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #135F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135F8E is #ECA071. Grayscale: #4D4D4D. Windows color (decimal): -15507570 or 9330451. OLE color: 9330451.

HSL color Cylindrical-coordinate representation of color #135F8E: hue angle of 202.93º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #135F8E is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1995142-
CMYK0.870.3300.44
HSL202.93º76.4%31.57%-
HSV(B)202.93º86.62%55.69%-
XYZ9.2410.2827.09-
YUV77.63164.3286.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.42%
GREEN value IS 95 (37.5% from 255) = 37.11%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=7.42%
G=37.11%
B=55.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19951420.870.3300.44202.9376.431.57
Hex135F8E572102Ccb4c20
Octal231372161274105431311440
Binary1001110111111000111010101111000010101100110010111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,95,142); }

 H1.HeaderClassName
 {
   color: #135F8E;
 }
 .AnyTagClassName
 {
   color: #135F8E;
 }
</style>
background-color css

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

 a { background-color: rgb(19,95,142); }

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

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

 span { border-color: rgb(19,95,142); }

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