Html Css Color HEX #01859E Eastern Blue

📋 copy color: '#01859E'

red 1 ◦ green 133 ◦ blue 158

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

Shades of Eastern Blue #01859E

Tints of Eastern Blue #01859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.55%

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

R = 0.34%
G = 45.55%
B = 54.11%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01859E (or 0x01859E) is known color: Eastern Blue. HEX triplet: 01, 85 and 9E. RGB value is (1,133,158). Sum of RGB (Red+Green+Blue) = 1+133+158=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #01859E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01859E is #FE7A61. Grayscale: #606060. Windows color (decimal): -16677474 or 10388737. OLE color: 10388737.

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

Color convert

RGB 1 133 158 -
CMYK 0.99 0.16 0 0.38
HSL 189.55º 0.99% 0.31% -
HSV(B) 189.55º 0.99% 0.62% -
XYZ 14.57 19.25 35.3 -
YUV 96.38 162.77 59.97 -
System Red Green Blue C M Y K H S L
Decimal 1 133 158 0.99 0.16 0 0.38 189.55 0.99 0.31
Hex 1 85 9E 63 10 0 26 BE 63 1F
Octal 1 205 236 143 20 0 46 276 143 37
Binary 1 10000101 10011110 1100011 10000 0 100110 10111110 1100011 11111

Color Harmonies of #01859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01859E

Black with #01859E

Text Example


Text Example

White with #01859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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