Html Css Color HEX #0462EA Navy Blue

📋 copy color: '#0462EA'

red 4 ◦ green 98 ◦ blue 234

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

Shades of Navy Blue #0462EA

Tints of Navy Blue #0462EA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 1.19%
G = 29.17%
B = 69.64%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0462EA (or 0x0462EA) is known color: Navy Blue. HEX triplet: 04, 62 and EA. RGB value is (4,98,234). Sum of RGB (Red+Green+Blue) = 4+98+234=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #0462EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0462EA is #FB9D15. Grayscale: #545454. Windows color (decimal): -16489750 or 15360516. OLE color: 15360516.

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

Color convert

RGB 4 98 234 -
CMYK 0.98 0.58 0 0.08
HSL 215.48º 0.97% 0.47% -
HSV(B) 215.48º 0.98% 0.92% -
XYZ 19.27 14.7 79.66 -
YUV 85.4 211.86 69.94 -
System Red Green Blue C M Y K H S L
Decimal 4 98 234 0.98 0.58 0 0.08 215.48 0.97 0.47
Hex 4 62 EA 62 3A 0 8 D7 61 2F
Octal 4 142 352 142 72 0 10 327 141 57
Binary 100 1100010 11101010 1100010 111010 0 1000 11010111 1100001 101111

Color Harmonies of #0462EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0462EA

Black with #0462EA

Text Example


Text Example

White with #0462EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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