Html Css Color HEX #0462FF Navy Blue

📋 copy color: '#0462FF'

red 4 ◦ green 98 ◦ blue 255

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

Shades of Navy Blue #0462FF

Tints of Navy Blue #0462FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.43%

R = 1.12%
G = 27.45%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0462FF (or 0x0462FF) is known color: Navy Blue. HEX triplet: 04, 62 and FF. RGB value is (4,98,255). Sum of RGB (Red+Green+Blue) = 4+98+255=357 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #0462FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0462FF is #FB9D00. Grayscale: #575757. Windows color (decimal): -16489729 or 16736772. OLE color: 16736772.

HSL color Cylindrical-coordinate representation of color #0462FF: hue angle of 217.53º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0462FF is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 98 255 -
CMYK 0.98 0.62 0 0
HSL 217.53º 1% 0.51% -
HSV(B) 217.53º 0.98% 1% -
XYZ 22.47 15.98 96.51 -
YUV 87.79 222.36 68.23 -
System Red Green Blue C M Y K H S L
Decimal 4 98 255 0.98 0.62 0 0 217.53 1 0.51
Hex 4 62 FF 62 3E 0 0 DA 64 33
Octal 4 142 377 142 76 0 0 332 144 63
Binary 100 1100010 11111111 1100010 111110 0 0 11011010 1100100 110011

Color Harmonies of #0462FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0462FF

Black with #0462FF

Text Example


Text Example

White with #0462FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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