#135F8C

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

Shades of Bahama Blue #135F8C

Tints of Bahama Blue #135F8C

Color information

#135F8C (or 0x135F8C) is unknown color: approx Bahama Blue. HEX triplet: 13, 5F and 8C. RGB value is (19,95,140). Sum of RGB (Red+Green+Blue) = 19+95+140=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #135F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135F8C is #ECA073. Grayscale: #4D4D4D. Windows color (decimal): -15507572 or 9199379. OLE color: 9199379.

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

Color convert

RGB1995140-
CMYK0.860.3200.45
HSL202.31º76.1%31.18%-
HSV(B)202.31º86.43%54.9%-
XYZ9.0910.2226.3-
YUV77.41163.3286.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.48%
GREEN value IS 95 (37.5% from 255) = 37.40%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=7.48%
G=37.40%
B=55.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal19951400.860.3200.45202.3176.131.18
Hex135F8C562002Dca4c1f
Octal231372141264005531211437
Binary100111011111100011001010110100000010110111001010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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