Html Css Color HEX #018091 Eastern Blue

📋 copy color: '#018091'

red 1 ◦ green 128 ◦ blue 145

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

Shades of Eastern Blue #018091

Tints of Eastern Blue #018091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.92%

R = 0.36%
G = 46.72%
B = 52.92%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018091 (or 0x018091) is known color: Eastern Blue. HEX triplet: 01, 80 and 91. RGB value is (1,128,145). Sum of RGB (Red+Green+Blue) = 1+128+145=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #018091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018091 is #FE7F6E. Grayscale: #5B5B5B. Windows color (decimal): -16678767 or 9535489. OLE color: 9535489.

HSL color Cylindrical-coordinate representation of color #018091: hue angle of 187.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018091 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 128 145 -
CMYK 0.99 0.12 0 0.43
HSL 187.08º 0.99% 0.29% -
HSV(B) 187.08º 0.99% 0.57% -
XYZ 12.84 17.49 29.49 -
YUV 91.97 157.92 63.12 -
System Red Green Blue C M Y K H S L
Decimal 1 128 145 0.99 0.12 0 0.43 187.08 0.99 0.29
Hex 1 80 91 63 C 0 2B BB 63 1D
Octal 1 200 221 143 14 0 53 273 143 35
Binary 1 10000000 10010001 1100011 1100 0 101011 10111011 1100011 11101

Color Harmonies of #018091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018091

Black with #018091

Text Example


Text Example

White with #018091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018091; }

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

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

background-color css

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

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

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

border-color css

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

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

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