Html Css Color HEX #01879F Eastern Blue

📋 copy color: '#01879F'

red 1 ◦ green 135 ◦ blue 159

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

Shades of Eastern Blue #01879F

Tints of Eastern Blue #01879F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.76%

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

R = 0.34%
G = 45.76%
B = 53.9%

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

#01879F (or 0x01879F) is known color: Eastern Blue. HEX triplet: 01, 87 and 9F. RGB value is (1,135,159). Sum of RGB (Red+Green+Blue) = 1+135+159=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 135 (53.12% from 255 or 45.76% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #01879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01879F is #FE7860. Grayscale: #616161. Windows color (decimal): -16676961 or 10454785. OLE color: 10454785.

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

Color convert

RGB 1 135 159 -
CMYK 0.99 0.15 0 0.38
HSL 189.11º 0.99% 0.31% -
HSV(B) 189.11º 0.99% 0.62% -
XYZ 14.93 19.84 35.84 -
YUV 97.67 162.61 59.05 -
System Red Green Blue C M Y K H S L
Decimal 1 135 159 0.99 0.15 0 0.38 189.11 0.99 0.31
Hex 1 87 9F 63 F 0 26 BD 63 1F
Octal 1 207 237 143 17 0 46 275 143 37
Binary 1 10000111 10011111 1100011 1111 0 100110 10111101 1100011 11111

Color Harmonies of #01879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01879F

Black with #01879F

Text Example


Text Example

White with #01879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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