Html Css Color HEX #018095 Eastern Blue

📋 copy color: '#018095'

red 1 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #018095

Tints of Eastern Blue #018095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.04%

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

R = 0.36%
G = 46.04%
B = 53.6%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018095 (or 0x018095) is known color: Eastern Blue. HEX triplet: 01, 80 and 95. RGB value is (1,128,149). Sum of RGB (Red+Green+Blue) = 1+128+149=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #018095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018095 is #FE7F6A. Grayscale: #5C5C5C. Windows color (decimal): -16678763 or 9797633. OLE color: 9797633.

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

Color convert

RGB 1 128 149 -
CMYK 0.99 0.14 0 0.42
HSL 188.51º 0.99% 0.29% -
HSV(B) 188.51º 0.99% 0.58% -
XYZ 13.16 17.61 31.14 -
YUV 92.42 159.92 62.79 -
System Red Green Blue C M Y K H S L
Decimal 1 128 149 0.99 0.14 0 0.42 188.51 0.99 0.29
Hex 1 80 95 63 E 0 2A BD 63 1D
Octal 1 200 225 143 16 0 52 275 143 35
Binary 1 10000000 10010101 1100011 1110 0 101010 10111101 1100011 11101

Color Harmonies of #018095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018095

Black with #018095

Text Example


Text Example

White with #018095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018095; }

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

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

background-color css

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

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

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

border-color css

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

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

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