Html Css Color HEX #018595 Eastern Blue

📋 copy color: '#018595'

red 1 ◦ green 133 ◦ blue 149

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

Shades of Eastern Blue #018595

Tints of Eastern Blue #018595

RGB

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

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

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

R = 0.35%
G = 47%
B = 52.65%

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

#018595 (or 0x018595) is known color: Eastern Blue. HEX triplet: 01, 85 and 95. RGB value is (1,133,149). Sum of RGB (Red+Green+Blue) = 1+133+149=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #018595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018595 is #FE7A6A. Grayscale: #5F5F5F. Windows color (decimal): -16677483 or 9798913. OLE color: 9798913.

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

Color convert

RGB 1 133 149 -
CMYK 0.99 0.11 0 0.42
HSL 186.49º 0.99% 0.29% -
HSV(B) 186.49º 0.99% 0.58% -
XYZ 13.82 18.95 31.36 -
YUV 95.36 158.27 60.7 -
System Red Green Blue C M Y K H S L
Decimal 1 133 149 0.99 0.11 0 0.42 186.49 0.99 0.29
Hex 1 85 95 63 B 0 2A BA 63 1D
Octal 1 205 225 143 13 0 52 272 143 35
Binary 1 10000101 10010101 1100011 1011 0 101010 10111010 1100011 11101

Color Harmonies of #018595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018595

Black with #018595

Text Example


Text Example

White with #018595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018595; }

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

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

background-color css

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

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

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

border-color css

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

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

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