Html Css Color HEX #01869E Eastern Blue

📋 copy color: '#01869E'

red 1 ◦ green 134 ◦ blue 158

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

Shades of Eastern Blue #01869E

Tints of Eastern Blue #01869E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

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

R = 0.34%
G = 45.73%
B = 53.92%

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

#01869E (or 0x01869E) is known color: Eastern Blue. HEX triplet: 01, 86 and 9E. RGB value is (1,134,158). Sum of RGB (Red+Green+Blue) = 1+134+158=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #01869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01869E is #FE7961. Grayscale: #606060. Windows color (decimal): -16677218 or 10388993. OLE color: 10388993.

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

Color convert

RGB 1 134 158 -
CMYK 0.99 0.15 0 0.38
HSL 189.17º 0.99% 0.31% -
HSV(B) 189.17º 0.99% 0.62% -
XYZ 14.71 19.53 35.34 -
YUV 96.97 162.44 59.55 -
System Red Green Blue C M Y K H S L
Decimal 1 134 158 0.99 0.15 0 0.38 189.17 0.99 0.31
Hex 1 86 9E 63 F 0 26 BD 63 1F
Octal 1 206 236 143 17 0 46 275 143 37
Binary 1 10000110 10011110 1100011 1111 0 100110 10111101 1100011 11111

Color Harmonies of #01869E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01869E

Black with #01869E

Text Example


Text Example

White with #01869E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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