Html Css Color HEX #01839B Eastern Blue

📋 copy color: '#01839B'

red 1 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #01839B

Tints of Eastern Blue #01839B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.01%

R = 0.35%
G = 45.64%
B = 54.01%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01839B (or 0x01839B) is known color: Eastern Blue. HEX triplet: 01, 83 and 9B. RGB value is (1,131,155). Sum of RGB (Red+Green+Blue) = 1+131+155=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #01839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01839B is #FE7C64. Grayscale: #5E5E5E. Windows color (decimal): -16677989 or 10191617. OLE color: 10191617.

HSL color Cylindrical-coordinate representation of color #01839B: hue angle of 189.35º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01839B is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 131 155 -
CMYK 0.99 0.15 0 0.39
HSL 189.35º 0.99% 0.31% -
HSV(B) 189.35º 0.99% 0.61% -
XYZ 14.05 18.61 33.86 -
YUV 94.87 161.93 61.05 -
System Red Green Blue C M Y K H S L
Decimal 1 131 155 0.99 0.15 0 0.39 189.35 0.99 0.31
Hex 1 83 9B 63 F 0 27 BD 63 1F
Octal 1 203 233 143 17 0 47 275 143 37
Binary 1 10000011 10011011 1100011 1111 0 100111 10111101 1100011 11111

Color Harmonies of #01839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01839B

Black with #01839B

Text Example


Text Example

White with #01839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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