Html Css Color HEX #018096 Eastern Blue

📋 copy color: '#018096'

red 1 ◦ green 128 ◦ blue 150

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

Shades of Eastern Blue #018096

Tints of Eastern Blue #018096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.76%

R = 0.36%
G = 45.88%
B = 53.76%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018096 (or 0x018096) is known color: Eastern Blue. HEX triplet: 01, 80 and 96. RGB value is (1,128,150). Sum of RGB (Red+Green+Blue) = 1+128+150=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #018096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018096 is #FE7F69. Grayscale: #5C5C5C. Windows color (decimal): -16678762 or 9863169. OLE color: 9863169.

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

Color convert

RGB 1 128 150 -
CMYK 0.99 0.15 0 0.41
HSL 188.86º 0.99% 0.3% -
HSV(B) 188.86º 0.99% 0.59% -
XYZ 13.24 17.65 31.56 -
YUV 92.54 160.42 62.71 -
System Red Green Blue C M Y K H S L
Decimal 1 128 150 0.99 0.15 0 0.41 188.86 0.99 0.3
Hex 1 80 96 63 F 0 29 BD 63 1E
Octal 1 200 226 143 17 0 51 275 143 36
Binary 1 10000000 10010110 1100011 1111 0 101001 10111101 1100011 11110

Color Harmonies of #018096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018096

Black with #018096

Text Example


Text Example

White with #018096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018096; }

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

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

background-color css

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

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

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

border-color css

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

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

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