Html Css Color HEX #01869F Eastern Blue

📋 copy color: '#01869F'

red 1 ◦ green 134 ◦ blue 159

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

Shades of Eastern Blue #01869F

Tints of Eastern Blue #01869F

RGB

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

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

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

R = 0.34%
G = 45.58%
B = 54.08%

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

#01869F (or 0x01869F) is known color: Eastern Blue. HEX triplet: 01, 86 and 9F. RGB value is (1,134,159). Sum of RGB (Red+Green+Blue) = 1+134+159=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #01869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01869F is #FE7960. Grayscale: #606060. Windows color (decimal): -16677217 or 10454529. OLE color: 10454529.

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

Color convert

RGB 1 134 159 -
CMYK 0.99 0.16 0 0.38
HSL 189.49º 0.99% 0.31% -
HSV(B) 189.49º 0.99% 0.62% -
XYZ 14.8 19.56 35.8 -
YUV 97.08 162.94 59.47 -
System Red Green Blue C M Y K H S L
Decimal 1 134 159 0.99 0.16 0 0.38 189.49 0.99 0.31
Hex 1 86 9F 63 10 0 26 BD 63 1F
Octal 1 206 237 143 20 0 46 275 143 37
Binary 1 10000110 10011111 1100011 10000 0 100110 10111101 1100011 11111

Color Harmonies of #01869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01869F

Black with #01869F

Text Example


Text Example

White with #01869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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