#018195

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

Shades of Eastern Blue #018195

Tints of Eastern Blue #018195

Color information

#018195 (or 0x018195) is unknown color: approx Eastern Blue. HEX triplet: 01, 81 and 95. RGB value is (1,129,149). Sum of RGB (Red+Green+Blue) = 1+129+149=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #018195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018195 is #FE7E6A. Grayscale: #5C5C5C. Windows color (decimal): -16678507 or 9797889. OLE color: 9797889.

HSL color Cylindrical-coordinate representation of color #018195: hue angle of 188.11º 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 #018195 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1129149-
CMYK0.990.1300.42
HSL188.11º98.67%29.41%-
HSV(B)188.11º99.33%58.43%-
XYZ13.2917.8831.18-
YUV93.01159.5962.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=0.36%
G=46.24%
B=53.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11291490.990.1300.42188.1198.6729.41
Hex1819563D02Abc631d
Octal12012251431505227414335
Binary1100000011001010111000111101010101010111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018195; }

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

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

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

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

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

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

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

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