Html Css Color HEX #018395 Eastern Blue

📋 copy color: '#018395'

red 1 ◦ green 131 ◦ blue 149

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

Shades of Eastern Blue #018395

Tints of Eastern Blue #018395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 0.36%
G = 46.62%
B = 53.02%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018395 (or 0x018395) is known color: Eastern Blue. HEX triplet: 01, 83 and 95. RGB value is (1,131,149). Sum of RGB (Red+Green+Blue) = 1+131+149=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #018395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018395 is #FE7C6A. Grayscale: #5D5D5D. Windows color (decimal): -16677995 or 9798401. OLE color: 9798401.

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

Color convert

RGB 1 131 149 -
CMYK 0.99 0.12 0 0.42
HSL 187.3º 0.99% 0.29% -
HSV(B) 187.3º 0.99% 0.58% -
XYZ 13.55 18.41 31.27 -
YUV 94.18 158.93 61.54 -
System Red Green Blue C M Y K H S L
Decimal 1 131 149 0.99 0.12 0 0.42 187.3 0.99 0.29
Hex 1 83 95 63 C 0 2A BB 63 1D
Octal 1 203 225 143 14 0 52 273 143 35
Binary 1 10000011 10010101 1100011 1100 0 101010 10111011 1100011 11101

Color Harmonies of #018395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018395

Black with #018395

Text Example


Text Example

White with #018395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018395; }

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

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

background-color css

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

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

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

border-color css

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

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

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