#135E8C

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

Shades of Bahama Blue #135E8C

Tints of Bahama Blue #135E8C

Color information

#135E8C (or 0x135E8C) is unknown color: approx Bahama Blue. HEX triplet: 13, 5E and 8C. RGB value is (19,94,140). Sum of RGB (Red+Green+Blue) = 19+94+140=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #135E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E8C is #ECA173. Grayscale: #4C4C4C. Windows color (decimal): -15507828 or 9199123. OLE color: 9199123.

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

Color convert

RGB1994140-
CMYK0.860.3300.45
HSL202.81º76.1%31.18%-
HSV(B)202.81º86.43%54.9%-
XYZ910.0426.27-
YUV76.82163.6586.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 94 (37.11% from 255) = 37.15%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=7.51%
G=37.15%
B=55.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19941400.860.3300.45202.8176.131.18
Hex135E8C562102Dcb4c1f
Octal231362141264105531311437
Binary100111011110100011001010110100001010110111001011100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,94,140); }

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

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

 a { background-color: rgb(19,94,140); }

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

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

 span { border-color: rgb(19,94,140); }

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