Html Css Color HEX #018599 Eastern Blue

📋 copy color: '#018599'

red 1 ◦ green 133 ◦ blue 153

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

Shades of Eastern Blue #018599

Tints of Eastern Blue #018599

RGB

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

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

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

R = 0.35%
G = 46.34%
B = 53.31%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#018599 (or 0x018599) is known color: Eastern Blue. HEX triplet: 01, 85 and 99. RGB value is (1,133,153). Sum of RGB (Red+Green+Blue) = 1+133+153=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #018599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018599 is #FE7A66. Grayscale: #5F5F5F. Windows color (decimal): -16677479 or 10061057. OLE color: 10061057.

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

Color convert

RGB 1 133 153 -
CMYK 0.99 0.13 0 0.4
HSL 187.89º 0.99% 0.3% -
HSV(B) 187.89º 0.99% 0.6% -
XYZ 14.15 19.08 33.07 -
YUV 95.81 160.27 60.37 -
System Red Green Blue C M Y K H S L
Decimal 1 133 153 0.99 0.13 0 0.4 187.89 0.99 0.3
Hex 1 85 99 63 D 0 28 BC 63 1E
Octal 1 205 231 143 15 0 50 274 143 36
Binary 1 10000101 10011001 1100011 1101 0 101000 10111100 1100011 11110

Color Harmonies of #018599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018599

Black with #018599

Text Example


Text Example

White with #018599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018599; }

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

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

background-color css

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

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

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

border-color css

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

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

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