#04819F

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

Shades of Eastern Blue #04819F

Tints of Eastern Blue #04819F

Color information

#04819F (or 0x04819F) is unknown color: approx Eastern Blue. HEX triplet: 04, 81 and 9F. RGB value is (4,129,159). Sum of RGB (Red+Green+Blue) = 4+129+159=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #04819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04819F is #FB7E60. Grayscale: #5E5E5E. Windows color (decimal): -16481889 or 10453252. OLE color: 10453252.

HSL color Cylindrical-coordinate representation of color #04819F: hue angle of 191.61º 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 #04819F is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4129159-
CMYK0.970.1900.38
HSL191.61º95.09%31.96%-
HSV(B)191.61º97.48%62.35%-
XYZ14.1618.2335.57-
YUV95.04164.0963.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 129 (50.78% from 255) = 44.18%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=1.37%
G=44.18%
B=54.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41291590.970.1900.38191.6195.0931.96
Hex4819F6113026c05f20
Octal42012371412304630013740
Binary10010000001100111111100001100110100110110000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04819F; }

 p { color: rgb(4,129,159); }

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

<style>
 a { background-color: #04819F; }

 a { background-color: rgb(4,129,159); }

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

<style>
 span { border-color: #04819F; }

 span { border-color: rgb(4,129,159); }

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