#04919E

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

Shades of Eastern Blue #04919E

Tints of Eastern Blue #04919E

Color information

#04919E (or 0x04919E) is unknown color: approx Eastern Blue. HEX triplet: 04, 91 and 9E. RGB value is (4,145,158). Sum of RGB (Red+Green+Blue) = 4+145+158=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 145 (57.03% from 255 or 47.23% 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 #04919E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04919E is #FB6E61. Grayscale: #686868. Windows color (decimal): -16477794 or 10391812. OLE color: 10391812.

HSL color Cylindrical-coordinate representation of color #04919E: hue angle of 185.06º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04919E is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4145158-
CMYK0.970.0800.38
HSL185.06º95.06%31.76%-
HSV(B)185.06º97.47%61.96%-
XYZ16.3522.7535.88-
YUV104.32158.2956.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 145 (57.03% from 255) = 47.23%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=1.30%
G=47.23%
B=51.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41451580.970.0800.38185.0695.0631.76
Hex4919E618026b95f20
Octal42212361411004627113740
Binary1001001000110011110110000110000100110101110011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,145,158); }

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

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

 a { background-color: rgb(4,145,158); }

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

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

 span { border-color: rgb(4,145,158); }

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