Html Css Color HEX #018597 Eastern Blue

📋 copy color: '#018597'

red 1 ◦ green 133 ◦ blue 151

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

Shades of Eastern Blue #018597

Tints of Eastern Blue #018597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.67%

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

R = 0.35%
G = 46.67%
B = 52.98%

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

#018597 (or 0x018597) is known color: Eastern Blue. HEX triplet: 01, 85 and 97. RGB value is (1,133,151). Sum of RGB (Red+Green+Blue) = 1+133+151=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #018597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018597 is #FE7A68. Grayscale: #5F5F5F. Windows color (decimal): -16677481 or 9929985. OLE color: 9929985.

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

Color convert

RGB 1 133 151 -
CMYK 0.99 0.12 0 0.41
HSL 187.2º 0.99% 0.3% -
HSV(B) 187.2º 0.99% 0.59% -
XYZ 13.99 19.02 32.21 -
YUV 95.58 159.27 60.54 -
System Red Green Blue C M Y K H S L
Decimal 1 133 151 0.99 0.12 0 0.41 187.2 0.99 0.3
Hex 1 85 97 63 C 0 29 BB 63 1E
Octal 1 205 227 143 14 0 51 273 143 36
Binary 1 10000101 10010111 1100011 1100 0 101001 10111011 1100011 11110

Color Harmonies of #018597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018597

Black with #018597

Text Example


Text Example

White with #018597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018597; }

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

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

background-color css

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

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

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

border-color css

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

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

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