#01949E

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

Shades of Eastern Blue #01949E

Tints of Eastern Blue #01949E

Color information

#01949E (or 0x01949E) is unknown color: approx Eastern Blue. HEX triplet: 01, 94 and 9E. RGB value is (1,148,158). Sum of RGB (Red+Green+Blue) = 1+148+158=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #01949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01949E is #FE6B61. Grayscale: #686868. Windows color (decimal): -16673634 or 10392577. OLE color: 10392577.

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

Color convert

RGB1148158-
CMYK0.990.0600.38
HSL183.82º98.74%31.18%-
HSV(B)183.82º99.37%61.96%-
XYZ16.7723.6536.03-
YUV105.19157.853.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.33%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=0.33%
G=48.21%
B=51.47%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11481580.990.0600.38183.8298.7431.18
Hex1949E636026b8631f
Octal1224236143604627014337
Binary110010100100111101100011110010011010111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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