#018194

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

Shades of Eastern Blue #018194

Tints of Eastern Blue #018194

Color information

#018194 (or 0x018194) is unknown color: approx Eastern Blue. HEX triplet: 01, 81 and 94. RGB value is (1,129,148). Sum of RGB (Red+Green+Blue) = 1+129+148=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #018194 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018194 is #FE7E6B. Grayscale: #5C5C5C. Windows color (decimal): -16678508 or 9732353. OLE color: 9732353.

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

Color convert

RGB1129148-
CMYK0.990.1300.42
HSL187.76º98.66%29.22%-
HSV(B)187.76º99.32%58.04%-
XYZ13.2117.8530.77-
YUV92.89159.0962.46-

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.40%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=0.36%
G=46.40%
B=53.24%

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
Decimal11291480.990.1300.42187.7698.6629.22
Hex1819463D02Abc631d
Octal12012241431505227414335
Binary1100000011001010011000111101010101010111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018194; }

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

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

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

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

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

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

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

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