Html Css Color HEX #04819D Eastern Blue

📋 copy color: '#04819D'

red 4 ◦ green 129 ◦ blue 157

#04819D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #04819D

Tints of Eastern Blue #04819D

RGB

 RED value IS 4 (1.95% from 255) = 1.38%

 GREEN value IS 129 (50.78% from 255) = 44.48%

 BLUE value IS 157 (61.72% from 255) = 54.14%

R = 1.38%
G = 44.48%
B = 54.14%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04819D (or 0x04819D) is known color: Eastern Blue. HEX triplet: 04, 81 and 9D. RGB value is (4,129,157). Sum of RGB (Red+Green+Blue) = 4+129+157=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #04819D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04819D is #FB7E62. Grayscale: #5E5E5E. Windows color (decimal): -16481891 or 10322180. OLE color: 10322180.

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

Color convert

RGB 4 129 157 -
CMYK 0.97 0.18 0 0.38
HSL 190.98º 0.95% 0.32% -
HSV(B) 190.98º 0.97% 0.62% -
XYZ 13.99 18.16 34.67 -
YUV 94.82 163.09 63.22 -
System Red Green Blue C M Y K H S L
Decimal 4 129 157 0.97 0.18 0 0.38 190.98 0.95 0.32
Hex 4 81 9D 61 12 0 26 BF 5F 20
Octal 4 201 235 141 22 0 46 277 137 40
Binary 100 10000001 10011101 1100001 10010 0 100110 10111111 1011111 100000

Color Harmonies of #04819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04819D

Black with #04819D

Text Example


Text Example

White with #04819D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04819D;
 }
 .AnyTagClassName
 {
   color: #04819D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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