Html Css Color HEX #01839E Eastern Blue

📋 copy color: '#01839E'

red 1 ◦ green 131 ◦ blue 158

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

Shades of Eastern Blue #01839E

Tints of Eastern Blue #01839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.17%

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

R = 0.34%
G = 45.17%
B = 54.48%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01839E (or 0x01839E) is known color: Eastern Blue. HEX triplet: 01, 83 and 9E. RGB value is (1,131,158). Sum of RGB (Red+Green+Blue) = 1+131+158=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #01839E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01839E is #FE7C61. Grayscale: #5E5E5E. Windows color (decimal): -16677986 or 10388225. OLE color: 10388225.

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

Color convert

RGB 1 131 158 -
CMYK 0.99 0.17 0 0.38
HSL 190.32º 0.99% 0.31% -
HSV(B) 190.32º 0.99% 0.62% -
XYZ 14.3 18.71 35.2 -
YUV 95.21 163.43 60.8 -
System Red Green Blue C M Y K H S L
Decimal 1 131 158 0.99 0.17 0 0.38 190.32 0.99 0.31
Hex 1 83 9E 63 11 0 26 BE 63 1F
Octal 1 203 236 143 21 0 46 276 143 37
Binary 1 10000011 10011110 1100011 10001 0 100110 10111110 1100011 11111

Color Harmonies of #01839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01839E

Black with #01839E

Text Example


Text Example

White with #01839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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