Html Css Color HEX #018497 Eastern Blue

📋 copy color: '#018497'

red 1 ◦ green 132 ◦ blue 151

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

Shades of Eastern Blue #018497

Tints of Eastern Blue #018497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.17%

R = 0.35%
G = 46.48%
B = 53.17%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018497 (or 0x018497) is known color: Eastern Blue. HEX triplet: 01, 84 and 97. RGB value is (1,132,151). Sum of RGB (Red+Green+Blue) = 1+132+151=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #018497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018497 is #FE7B68. Grayscale: #5E5E5E. Windows color (decimal): -16677737 or 9929729. OLE color: 9929729.

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

Color convert

RGB 1 132 151 -
CMYK 0.99 0.13 0 0.41
HSL 187.6º 0.99% 0.3% -
HSV(B) 187.6º 0.99% 0.59% -
XYZ 13.85 18.74 32.17 -
YUV 95 159.6 60.96 -
System Red Green Blue C M Y K H S L
Decimal 1 132 151 0.99 0.13 0 0.41 187.6 0.99 0.3
Hex 1 84 97 63 D 0 29 BC 63 1E
Octal 1 204 227 143 15 0 51 274 143 36
Binary 1 10000100 10010111 1100011 1101 0 101001 10111100 1100011 11110

Color Harmonies of #018497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018497

Black with #018497

Text Example


Text Example

White with #018497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018497; }

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

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

background-color css

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

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

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

border-color css

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

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

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