Html Css Color HEX #01859B Eastern Blue

📋 copy color: '#01859B'

red 1 ◦ green 133 ◦ blue 155

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

Shades of Eastern Blue #01859B

Tints of Eastern Blue #01859B

RGB

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

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

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

R = 0.35%
G = 46.02%
B = 53.63%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01859B (or 0x01859B) is known color: Eastern Blue. HEX triplet: 01, 85 and 9B. RGB value is (1,133,155). Sum of RGB (Red+Green+Blue) = 1+133+155=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #01859B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01859B is #FE7A64. Grayscale: #5F5F5F. Windows color (decimal): -16677477 or 10192129. OLE color: 10192129.

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

Color convert

RGB 1 133 155 -
CMYK 0.99 0.14 0 0.39
HSL 188.57º 0.99% 0.31% -
HSV(B) 188.57º 0.99% 0.61% -
XYZ 14.32 19.15 33.95 -
YUV 96.04 161.27 60.21 -
System Red Green Blue C M Y K H S L
Decimal 1 133 155 0.99 0.14 0 0.39 188.57 0.99 0.31
Hex 1 85 9B 63 E 0 27 BD 63 1F
Octal 1 205 233 143 16 0 47 275 143 37
Binary 1 10000101 10011011 1100011 1110 0 100111 10111101 1100011 11111

Color Harmonies of #01859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01859B

Black with #01859B

Text Example


Text Example

White with #01859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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