Html Css Color HEX #0474EB Navy Blue

📋 copy color: '#0474EB'

red 4 ◦ green 116 ◦ blue 235

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

Shades of Navy Blue #0474EB

Tints of Navy Blue #0474EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.2%

R = 1.13%
G = 32.68%
B = 66.2%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0474EB (or 0x0474EB) is known color: Navy Blue. HEX triplet: 04, 74 and EB. RGB value is (4,116,235). Sum of RGB (Red+Green+Blue) = 4+116+235=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #0474EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0474EB is #FB8B14. Grayscale: #5F5F5F. Windows color (decimal): -16485141 or 15430660. OLE color: 15430660.

HSL color Cylindrical-coordinate representation of color #0474EB: hue angle of 210.91º 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 #0474EB is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 4 116 235 -
CMYK 0.98 0.51 0 0.08
HSL 210.91º 0.97% 0.47% -
HSV(B) 210.91º 0.98% 0.92% -
XYZ 21.29 18.51 81.05 -
YUV 96.08 206.39 62.32 -
System Red Green Blue C M Y K H S L
Decimal 4 116 235 0.98 0.51 0 0.08 210.91 0.97 0.47
Hex 4 74 EB 62 33 0 8 D3 61 2F
Octal 4 164 353 142 63 0 10 323 141 57
Binary 100 1110100 11101011 1100010 110011 0 1000 11010011 1100001 101111

Color Harmonies of #0474EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0474EB

Black with #0474EB

Text Example


Text Example

White with #0474EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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