#135785

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

Shades of Bahama Blue #135785

Tints of Bahama Blue #135785

Color information

#135785 (or 0x135785) is unknown color: approx Bahama Blue. HEX triplet: 13, 57 and 85. RGB value is (19,87,133). Sum of RGB (Red+Green+Blue) = 19+87+133=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #135785 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135785 is #ECA87A. Grayscale: #474747. Windows color (decimal): -15509627 or 8738579. OLE color: 8738579.

HSL color Cylindrical-coordinate representation of color #135785: hue angle of 204.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135785 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1987133-
CMYK0.860.3500.48
HSL204.21º75%29.8%-
HSV(B)204.21º85.71%52.16%-
XYZ7.918.6523.44-
YUV71.91162.4790.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.95%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 133 (52.34% from 255) = 55.65%
R=7.95%
G=36.40%
B=55.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal19871330.860.3500.48204.217529.8
Hex1357855623030cc4b1e
Octal231272051264306031411336
Binary100111010111100001011010110100011011000011001100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135785; }

 p { color: rgb(19,87,133); }

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

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

 a { background-color: rgb(19,87,133); }

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

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

 span { border-color: rgb(19,87,133); }

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