Html Css Color HEX #0462F1 Navy Blue

📋 copy color: '#0462F1'

red 4 ◦ green 98 ◦ blue 241

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

Shades of Navy Blue #0462F1

Tints of Navy Blue #0462F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 70.26%

R = 1.17%
G = 28.57%
B = 70.26%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0462F1 (or 0x0462F1) is known color: Navy Blue. HEX triplet: 04, 62 and F1. RGB value is (4,98,241). Sum of RGB (Red+Green+Blue) = 4+98+241=343 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #0462F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0462F1 is #FB9D0E. Grayscale: #555555. Windows color (decimal): -16489743 or 15819268. OLE color: 15819268.

HSL color Cylindrical-coordinate representation of color #0462F1: hue angle of 216.2º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462F1 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 4 98 241 -
CMYK 0.98 0.59 0 0.05
HSL 216.2º 0.97% 0.48% -
HSV(B) 216.2º 0.98% 0.95% -
XYZ 20.29 15.11 85.07 -
YUV 86.2 215.36 69.37 -
System Red Green Blue C M Y K H S L
Decimal 4 98 241 0.98 0.59 0 0.05 216.2 0.97 0.48
Hex 4 62 F1 62 3B 0 5 D8 61 30
Octal 4 142 361 142 73 0 5 330 141 60
Binary 100 1100010 11110001 1100010 111011 0 101 11011000 1100001 110000

Color Harmonies of #0462F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0462F1

Black with #0462F1

Text Example


Text Example

White with #0462F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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