Html Css Color HEX #01819E Eastern Blue

📋 copy color: '#01819E'

red 1 ◦ green 129 ◦ blue 158

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

Shades of Eastern Blue #01819E

Tints of Eastern Blue #01819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.79%

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

R = 0.35%
G = 44.79%
B = 54.86%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01819E (or 0x01819E) is known color: Eastern Blue. HEX triplet: 01, 81 and 9E. RGB value is (1,129,158). Sum of RGB (Red+Green+Blue) = 1+129+158=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #01819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01819E is #FE7E61. Grayscale: #5D5D5D. Windows color (decimal): -16678498 or 10387713. OLE color: 10387713.

HSL color Cylindrical-coordinate representation of color #01819E: hue angle of 191.08º 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 #01819E is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 129 158 -
CMYK 0.99 0.18 0 0.38
HSL 191.08º 0.99% 0.31% -
HSV(B) 191.08º 0.99% 0.62% -
XYZ 14.03 18.18 35.12 -
YUV 94.03 164.09 61.64 -
System Red Green Blue C M Y K H S L
Decimal 1 129 158 0.99 0.18 0 0.38 191.08 0.99 0.31
Hex 1 81 9E 63 12 0 26 BF 63 1F
Octal 1 201 236 143 22 0 46 277 143 37
Binary 1 10000001 10011110 1100011 10010 0 100110 10111111 1100011 11111

Color Harmonies of #01819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01819E

Black with #01819E

Text Example


Text Example

White with #01819E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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