#01929E

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

Shades of Eastern Blue #01929E

Tints of Eastern Blue #01929E

Color information

#01929E (or 0x01929E) is unknown color: approx Eastern Blue. HEX triplet: 01, 92 and 9E. RGB value is (1,146,158). Sum of RGB (Red+Green+Blue) = 1+146+158=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #01929E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01929E is #FE6D61. Grayscale: #676767. Windows color (decimal): -16674146 or 10392065. OLE color: 10392065.

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

Color convert

RGB1146158-
CMYK0.990.0800.38
HSL184.59º98.74%31.18%-
HSV(B)184.59º99.37%61.96%-
XYZ16.4623.0335.93-
YUV104.01158.4654.52-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 158 (62.11% from 255) = 51.80%
R=0.33%
G=47.87%
B=51.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11461580.990.0800.38184.5998.7431.18
Hex1929E638026b9631f
Octal12222361431004627114337
Binary1100100101001111011000111000010011010111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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