Html Css Color HEX #01859F Eastern Blue

📋 copy color: '#01859F'

red 1 ◦ green 133 ◦ blue 159

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

Shades of Eastern Blue #01859F

Tints of Eastern Blue #01859F

RGB

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

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

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

R = 0.34%
G = 45.39%
B = 54.27%

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

#01859F (or 0x01859F) is known color: Eastern Blue. HEX triplet: 01, 85 and 9F. RGB value is (1,133,159). Sum of RGB (Red+Green+Blue) = 1+133+159=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 133 (52.34% from 255 or 45.39% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #01859F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01859F is #FE7A60. Grayscale: #606060. Windows color (decimal): -16677473 or 10454273. OLE color: 10454273.

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

Color convert

RGB 1 133 159 -
CMYK 0.99 0.16 0 0.38
HSL 189.87º 0.99% 0.31% -
HSV(B) 189.87º 0.99% 0.62% -
XYZ 14.66 19.28 35.75 -
YUV 96.5 163.27 59.89 -
System Red Green Blue C M Y K H S L
Decimal 1 133 159 0.99 0.16 0 0.38 189.87 0.99 0.31
Hex 1 85 9F 63 10 0 26 BE 63 1F
Octal 1 205 237 143 20 0 46 276 143 37
Binary 1 10000101 10011111 1100011 10000 0 100110 10111110 1100011 11111

Color Harmonies of #01859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01859F

Black with #01859F

Text Example


Text Example

White with #01859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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