Html Css Color HEX #01859D Eastern Blue

📋 copy color: '#01859D'

red 1 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #01859D

Tints of Eastern Blue #01859D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.95%

R = 0.34%
G = 45.7%
B = 53.95%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01859D (or 0x01859D) is known color: Eastern Blue. HEX triplet: 01, 85 and 9D. RGB value is (1,133,157). Sum of RGB (Red+Green+Blue) = 1+133+157=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #01859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01859D is #FE7A62. Grayscale: #606060. Windows color (decimal): -16677475 or 10323201. OLE color: 10323201.

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

Color convert

RGB 1 133 157 -
CMYK 0.99 0.15 0 0.38
HSL 189.23º 0.99% 0.31% -
HSV(B) 189.23º 0.99% 0.62% -
XYZ 14.49 19.22 34.84 -
YUV 96.27 162.27 60.05 -
System Red Green Blue C M Y K H S L
Decimal 1 133 157 0.99 0.15 0 0.38 189.23 0.99 0.31
Hex 1 85 9D 63 F 0 26 BD 63 1F
Octal 1 205 235 143 17 0 46 275 143 37
Binary 1 10000101 10011101 1100011 1111 0 100110 10111101 1100011 11111

Color Harmonies of #01859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01859D

Black with #01859D

Text Example


Text Example

White with #01859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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