Html Css Color HEX #018094 Eastern Blue

📋 copy color: '#018094'

red 1 ◦ green 128 ◦ blue 148

#018094
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #018094

Tints of Eastern Blue #018094

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 128 (50.39% from 255) = 46.21%

 BLUE value IS 148 (58.2% from 255) = 53.43%

R = 0.36%
G = 46.21%
B = 53.43%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018094 (or 0x018094) is known color: Eastern Blue. HEX triplet: 01, 80 and 94. RGB value is (1,128,148). Sum of RGB (Red+Green+Blue) = 1+128+148=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #018094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018094 is #FE7F6B. Grayscale: #5C5C5C. Windows color (decimal): -16678764 or 9732097. OLE color: 9732097.

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

Color convert

RGB 1 128 148 -
CMYK 0.99 0.14 0 0.42
HSL 188.16º 0.99% 0.29% -
HSV(B) 188.16º 0.99% 0.58% -
XYZ 13.08 17.58 30.72 -
YUV 92.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 1 128 148 0.99 0.14 0 0.42 188.16 0.99 0.29
Hex 1 80 94 63 E 0 2A BC 63 1D
Octal 1 200 224 143 16 0 52 274 143 35
Binary 1 10000000 10010100 1100011 1110 0 101010 10111100 1100011 11101

Color Harmonies of #018094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018094

Black with #018094

Text Example


Text Example

White with #018094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018094; }

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

 H1.HeaderClassName
 {
   color: #018094;
 }
 .AnyTagClassName
 {
   color: #018094;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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