#018296

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

Shades of Eastern Blue #018296

Tints of Eastern Blue #018296

Color information

#018296 (or 0x018296) is unknown color: approx Eastern Blue. HEX triplet: 01, 82 and 96. RGB value is (1,130,150). Sum of RGB (Red+Green+Blue) = 1+130+150=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #018296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018296 is #FE7D69. Grayscale: #5D5D5D. Windows color (decimal): -16678250 or 9863681. OLE color: 9863681.

HSL color Cylindrical-coordinate representation of color #018296: hue angle of 188.05º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018296 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1130150-
CMYK0.990.1300.41
HSL188.05º98.68%29.61%-
HSV(B)188.05º99.33%58.82%-
XYZ13.518.1731.65-
YUV93.71159.7661.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 150 (58.98% from 255) = 53.38%
R=0.36%
G=46.26%
B=53.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11301500.990.1300.41188.0598.6829.61
Hex1829663D029bc631e
Octal12022261431505127414336
Binary1100000101001011011000111101010100110111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018296; }

 p { color: rgb(1,130,150); }

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

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

 a { background-color: rgb(1,130,150); }

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

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

 span { border-color: rgb(1,130,150); }

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