#018595

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

Shades of Eastern Blue #018595

Tints of Eastern Blue #018595

Color information

#018595 (or 0x018595) is unknown color: approx Eastern Blue. HEX triplet: 01, 85 and 95. RGB value is (1,133,149). Sum of RGB (Red+Green+Blue) = 1+133+149=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #018595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018595 is #FE7A6A. Grayscale: #5F5F5F. Windows color (decimal): -16677483 or 9798913. OLE color: 9798913.

HSL color Cylindrical-coordinate representation of color #018595: hue angle of 186.49º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018595 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1133149-
CMYK0.990.1100.42
HSL186.49º98.67%29.41%-
HSV(B)186.49º99.33%58.43%-
XYZ13.8218.9531.36-
YUV95.36158.2760.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=0.35%
G=47.00%
B=52.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11331490.990.1100.42186.4998.6729.41
Hex1859563B02Aba631d
Octal12052251431305227214335
Binary1100001011001010111000111011010101010111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018595; }

 p { color: rgb(1,133,149); }

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

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

 a { background-color: rgb(1,133,149); }

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

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

 span { border-color: rgb(1,133,149); }

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