Html Css Color HEX #018495 Eastern Blue

📋 copy color: '#018495'

red 1 ◦ green 132 ◦ blue 149

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

Shades of Eastern Blue #018495

Tints of Eastern Blue #018495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 0.35%
G = 46.81%
B = 52.84%

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

#018495 (or 0x018495) is known color: Eastern Blue. HEX triplet: 01, 84 and 95. RGB value is (1,132,149). Sum of RGB (Red+Green+Blue) = 1+132+149=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #018495 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018495 is #FE7B6A. Grayscale: #5E5E5E. Windows color (decimal): -16677739 or 9798657. OLE color: 9798657.

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

Color convert

RGB 1 132 149 -
CMYK 0.99 0.11 0 0.42
HSL 186.89º 0.99% 0.29% -
HSV(B) 186.89º 0.99% 0.58% -
XYZ 13.69 18.68 31.32 -
YUV 94.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 1 132 149 0.99 0.11 0 0.42 186.89 0.99 0.29
Hex 1 84 95 63 B 0 2A BB 63 1D
Octal 1 204 225 143 13 0 52 273 143 35
Binary 1 10000100 10010101 1100011 1011 0 101010 10111011 1100011 11101

Color Harmonies of #018495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018495

Black with #018495

Text Example


Text Example

White with #018495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018495; }

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

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

background-color css

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

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

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

border-color css

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

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

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