Html Css Color HEX #018496 Eastern Blue

📋 copy color: '#018496'

red 1 ◦ green 132 ◦ blue 150

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

Shades of Eastern Blue #018496

Tints of Eastern Blue #018496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53%

R = 0.35%
G = 46.64%
B = 53%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018496 (or 0x018496) is known color: Eastern Blue. HEX triplet: 01, 84 and 96. RGB value is (1,132,150). Sum of RGB (Red+Green+Blue) = 1+132+150=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #018496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018496 is #FE7B69. Grayscale: #5E5E5E. Windows color (decimal): -16677738 or 9864193. OLE color: 9864193.

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

Color convert

RGB 1 132 150 -
CMYK 0.99 0.12 0 0.41
HSL 187.25º 0.99% 0.3% -
HSV(B) 187.25º 0.99% 0.59% -
XYZ 13.77 18.71 31.74 -
YUV 94.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 1 132 150 0.99 0.12 0 0.41 187.25 0.99 0.3
Hex 1 84 96 63 C 0 29 BB 63 1E
Octal 1 204 226 143 14 0 51 273 143 36
Binary 1 10000100 10010110 1100011 1100 0 101001 10111011 1100011 11110

Color Harmonies of #018496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018496

Black with #018496

Text Example


Text Example

White with #018496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018496; }

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

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

background-color css

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

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

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

border-color css

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

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

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