Html Css Color HEX #018494 Eastern Blue

📋 copy color: '#018494'

red 1 ◦ green 132 ◦ blue 148

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

Shades of Eastern Blue #018494

Tints of Eastern Blue #018494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.98%

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

R = 0.36%
G = 46.98%
B = 52.67%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018494 (or 0x018494) is known color: Eastern Blue. HEX triplet: 01, 84 and 94. RGB value is (1,132,148). Sum of RGB (Red+Green+Blue) = 1+132+148=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 132 (51.95% from 255 or 46.98% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #018494 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018494 is #FE7B6B. Grayscale: #5E5E5E. Windows color (decimal): -16677740 or 9733121. OLE color: 9733121.

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

Color convert

RGB 1 132 148 -
CMYK 0.99 0.11 0 0.42
HSL 186.53º 0.99% 0.29% -
HSV(B) 186.53º 0.99% 0.58% -
XYZ 13.61 18.65 30.9 -
YUV 94.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 1 132 148 0.99 0.11 0 0.42 186.53 0.99 0.29
Hex 1 84 94 63 B 0 2A BB 63 1D
Octal 1 204 224 143 13 0 52 273 143 35
Binary 1 10000100 10010100 1100011 1011 0 101010 10111011 1100011 11101

Color Harmonies of #018494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018494

Black with #018494

Text Example


Text Example

White with #018494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018494; }

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

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

background-color css

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

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

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

border-color css

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

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

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