Html Css Color HEX #01839C Eastern Blue

📋 copy color: '#01839C'

red 1 ◦ green 131 ◦ blue 156

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

Shades of Eastern Blue #01839C

Tints of Eastern Blue #01839C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.17%

R = 0.35%
G = 45.49%
B = 54.17%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01839C (or 0x01839C) is known color: Eastern Blue. HEX triplet: 01, 83 and 9C. RGB value is (1,131,156). Sum of RGB (Red+Green+Blue) = 1+131+156=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #01839C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01839C is #FE7C63. Grayscale: #5E5E5E. Windows color (decimal): -16677988 or 10257153. OLE color: 10257153.

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

Color convert

RGB 1 131 156 -
CMYK 0.99 0.16 0 0.39
HSL 189.68º 0.99% 0.31% -
HSV(B) 189.68º 0.99% 0.61% -
XYZ 14.13 18.64 34.31 -
YUV 94.98 162.43 60.97 -
System Red Green Blue C M Y K H S L
Decimal 1 131 156 0.99 0.16 0 0.39 189.68 0.99 0.31
Hex 1 83 9C 63 10 0 27 BE 63 1F
Octal 1 203 234 143 20 0 47 276 143 37
Binary 1 10000011 10011100 1100011 10000 0 100111 10111110 1100011 11111

Color Harmonies of #01839C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01839C

Black with #01839C

Text Example


Text Example

White with #01839C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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