Html Css Color HEX #01919E Eastern Blue

📋 copy color: '#01919E'

red 1 ◦ green 145 ◦ blue 158

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

Shades of Eastern Blue #01919E

Tints of Eastern Blue #01919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 47.7%

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 0.33%
G = 47.7%
B = 51.97%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01919E (or 0x01919E) is known color: Eastern Blue. HEX triplet: 01, 91 and 9E. RGB value is (1,145,158). Sum of RGB (Red+Green+Blue) = 1+145+158=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #01919E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01919E is #FE6E61. Grayscale: #676767. Windows color (decimal): -16674402 or 10391809. OLE color: 10391809.

HSL color Cylindrical-coordinate representation of color #01919E: hue angle of 184.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01919E is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 145 158 -
CMYK 0.99 0.08 0 0.38
HSL 184.97º 0.99% 0.31% -
HSV(B) 184.97º 0.99% 0.62% -
XYZ 16.31 22.73 35.87 -
YUV 103.43 158.79 54.94 -
System Red Green Blue C M Y K H S L
Decimal 1 145 158 0.99 0.08 0 0.38 184.97 0.99 0.31
Hex 1 91 9E 63 8 0 26 B9 63 1F
Octal 1 221 236 143 10 0 46 271 143 37
Binary 1 10010001 10011110 1100011 1000 0 100110 10111001 1100011 11111

Color Harmonies of #01919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01919E

Black with #01919E

Text Example


Text Example

White with #01919E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01919E; }

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

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

background-color css

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

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

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

border-color css

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

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

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