Html Css Color HEX #018499 Eastern Blue

📋 copy color: '#018499'

red 1 ◦ green 132 ◦ blue 153

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

Shades of Eastern Blue #018499

Tints of Eastern Blue #018499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 0.35%
G = 46.15%
B = 53.5%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#018499 (or 0x018499) is known color: Eastern Blue. HEX triplet: 01, 84 and 99. RGB value is (1,132,153). Sum of RGB (Red+Green+Blue) = 1+132+153=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #018499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018499 is #FE7B66. Grayscale: #5F5F5F. Windows color (decimal): -16677735 or 10060801. OLE color: 10060801.

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

Color convert

RGB 1 132 153 -
CMYK 0.99 0.14 0 0.4
HSL 188.29º 0.99% 0.3% -
HSV(B) 188.29º 0.99% 0.6% -
XYZ 14.01 18.81 33.03 -
YUV 95.23 160.6 60.79 -
System Red Green Blue C M Y K H S L
Decimal 1 132 153 0.99 0.14 0 0.4 188.29 0.99 0.3
Hex 1 84 99 63 E 0 28 BC 63 1E
Octal 1 204 231 143 16 0 50 274 143 36
Binary 1 10000100 10011001 1100011 1110 0 101000 10111100 1100011 11110

Color Harmonies of #018499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018499

Black with #018499

Text Example


Text Example

White with #018499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018499; }

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

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

background-color css

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

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

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

border-color css

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

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

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