#135E88

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

Shades of Bahama Blue #135E88

Tints of Bahama Blue #135E88

Color information

#135E88 (or 0x135E88) is unknown color: approx Bahama Blue. HEX triplet: 13, 5E and 88. RGB value is (19,94,136). Sum of RGB (Red+Green+Blue) = 19+94+136=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #135E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #135E88 is #ECA177. Grayscale: #4C4C4C. Windows color (decimal): -15507832 or 8936979. OLE color: 8936979.

HSL color Cylindrical-coordinate representation of color #135E88: hue angle of 201.54º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #135E88 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1994136-
CMYK0.860.3100.47
HSL201.54º75.48%30.39%-
HSV(B)201.54º86.03%53.33%-
XYZ8.729.9224.75-
YUV76.36161.6587.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.63%
GREEN value IS 94 (37.11% from 255) = 37.75%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=7.63%
G=37.75%
B=54.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19941360.860.3100.47201.5475.4830.39
Hex135E88561F02Fca4b1e
Octal231362101263705731211336
Binary10011101111010001000101011011111010111111001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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