#01929C

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

Shades of Eastern Blue #01929C

Tints of Eastern Blue #01929C

Color information

#01929C (or 0x01929C) is unknown color: approx Eastern Blue. HEX triplet: 01, 92 and 9C. RGB value is (1,146,156). Sum of RGB (Red+Green+Blue) = 1+146+156=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #01929C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01929C is #FE6D63. Grayscale: #676767. Windows color (decimal): -16674148 or 10260993. OLE color: 10260993.

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

Color convert

RGB1146156-
CMYK0.990.0600.39
HSL183.87º98.73%30.78%-
HSV(B)183.87º99.36%61.18%-
XYZ16.2922.9635.03-
YUV103.78157.4654.69-

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) = 48.18%
BLUE value IS 156 (61.33% from 255) = 51.49%
R=0.33%
G=48.18%
B=51.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11461560.990.0600.39183.8798.7330.78
Hex1929C636027b8631f
Octal1222234143604727014337
Binary110010010100111001100011110010011110111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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