Html Css Color HEX #01839F Eastern Blue

📋 copy color: '#01839F'

red 1 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #01839F

Tints of Eastern Blue #01839F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.64%

R = 0.34%
G = 45.02%
B = 54.64%

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

#01839F (or 0x01839F) is known color: Eastern Blue. HEX triplet: 01, 83 and 9F. RGB value is (1,131,159). Sum of RGB (Red+Green+Blue) = 1+131+159=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #01839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01839F is #FE7C60. Grayscale: #5F5F5F. Windows color (decimal): -16677985 or 10453761. OLE color: 10453761.

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

Color convert

RGB 1 131 159 -
CMYK 0.99 0.18 0 0.38
HSL 190.63º 0.99% 0.31% -
HSV(B) 190.63º 0.99% 0.62% -
XYZ 14.39 18.74 35.66 -
YUV 95.32 163.93 60.72 -
System Red Green Blue C M Y K H S L
Decimal 1 131 159 0.99 0.18 0 0.38 190.63 0.99 0.31
Hex 1 83 9F 63 12 0 26 BF 63 1F
Octal 1 203 237 143 22 0 46 277 143 37
Binary 1 10000011 10011111 1100011 10010 0 100110 10111111 1100011 11111

Color Harmonies of #01839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01839F

Black with #01839F

Text Example


Text Example

White with #01839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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