Html Css Color HEX #01839D Eastern Blue

📋 copy color: '#01839D'

red 1 ◦ green 131 ◦ blue 157

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

Shades of Eastern Blue #01839D

Tints of Eastern Blue #01839D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.33%

R = 0.35%
G = 45.33%
B = 54.33%

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

#01839D (or 0x01839D) is known color: Eastern Blue. HEX triplet: 01, 83 and 9D. RGB value is (1,131,157). Sum of RGB (Red+Green+Blue) = 1+131+157=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #01839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01839D is #FE7C62. Grayscale: #5E5E5E. Windows color (decimal): -16677987 or 10322689. OLE color: 10322689.

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

Color convert

RGB 1 131 157 -
CMYK 0.99 0.17 0 0.38
HSL 190º 0.99% 0.31% -
HSV(B) 190º 0.99% 0.62% -
XYZ 14.21 18.67 34.75 -
YUV 95.09 162.93 60.89 -
System Red Green Blue C M Y K H S L
Decimal 1 131 157 0.99 0.17 0 0.38 190 0.99 0.31
Hex 1 83 9D 63 11 0 26 BE 63 1F
Octal 1 203 235 143 21 0 46 276 143 37
Binary 1 10000011 10011101 1100011 10001 0 100110 10111110 1100011 11111

Color Harmonies of #01839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01839D

Black with #01839D

Text Example


Text Example

White with #01839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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