Html Css Color HEX #0474EA Navy Blue

📋 copy color: '#0474EA'

red 4 ◦ green 116 ◦ blue 234

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

Shades of Navy Blue #0474EA

Tints of Navy Blue #0474EA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.77%

 BLUE value IS 234 (91.8% from 255) = 66.1%

R = 1.13%
G = 32.77%
B = 66.1%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0474EA (or 0x0474EA) is known color: Navy Blue. HEX triplet: 04, 74 and EA. RGB value is (4,116,234). Sum of RGB (Red+Green+Blue) = 4+116+234=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #0474EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0474EA is #FB8B15. Grayscale: #5F5F5F. Windows color (decimal): -16485142 or 15365124. OLE color: 15365124.

HSL color Cylindrical-coordinate representation of color #0474EA: hue angle of 210.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0474EA is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 116 234 -
CMYK 0.98 0.50 0 0.08
HSL 210.78º 0.97% 0.47% -
HSV(B) 210.78º 0.98% 0.92% -
XYZ 21.15 18.46 80.29 -
YUV 95.96 205.89 62.41 -
System Red Green Blue C M Y K H S L
Decimal 4 116 234 0.98 0.50 0 0.08 210.78 0.97 0.47
Hex 4 74 EA 62 32 0 8 D3 61 2F
Octal 4 164 352 142 62 0 10 323 141 57
Binary 100 1110100 11101010 1100010 110010 0 1000 11010011 1100001 101111

Color Harmonies of #0474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0474EA

Black with #0474EA

Text Example


Text Example

White with #0474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0474EA; }

 p { color: rgb(4,116,234); }

 H1.HeaderClassName
 {
   color: #0474EA;
 }
 .AnyTagClassName
 {
   color: #0474EA;
 }
</style>

background-color css

<style>
 a { background-color: #0474EA; }

 a { background-color: rgb(4,116,234); }

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

border-color css

<style>
 span { border-color: #0474EA; }

 span { border-color: rgb(4,116,234); }

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