#01869B

Color #01869B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #01869B

Tints of Eastern Blue #01869B

Color information

#01869B (or 0x01869B) is unknown color: approx Eastern Blue. HEX triplet: 01, 86 and 9B. RGB value is (1,134,155). Sum of RGB (Red+Green+Blue) = 1+134+155=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #01869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01869B is #FE7964. Grayscale: #606060. Windows color (decimal): -16677221 or 10192385. OLE color: 10192385.

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

Color convert

RGB1134155-
CMYK0.990.1400.39
HSL188.18º98.72%30.59%-
HSV(B)188.18º99.35%60.78%-
XYZ14.4519.4234-
YUV96.63160.9459.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=0.34%
G=46.21%
B=53.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11341550.990.1400.39188.1898.7230.59
Hex1869B63E027bc631f
Octal12062331431604727414337
Binary1100001101001101111000111110010011110111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01869B;
 }
 .AnyTagClassName
 {
   color: #01869B;
 }
</style>
background-color css

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

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

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

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

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

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