Html Css Color HEX #0463FF Navy Blue

📋 copy color: '#0463FF'

red 4 ◦ green 99 ◦ blue 255

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

Shades of Navy Blue #0463FF

Tints of Navy Blue #0463FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 1.12%
G = 27.65%
B = 71.23%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0463FF (or 0x0463FF) is known color: Navy Blue. HEX triplet: 04, 63 and FF. RGB value is (4,99,255). Sum of RGB (Red+Green+Blue) = 4+99+255=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #0463FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0463FF is #FB9C00. Grayscale: #575757. Windows color (decimal): -16489473 or 16737028. OLE color: 16737028.

HSL color Cylindrical-coordinate representation of color #0463FF: hue angle of 217.29º 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 #0463FF is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 99 255 -
CMYK 0.98 0.61 0 0
HSL 217.29º 1% 0.51% -
HSV(B) 217.29º 0.98% 1% -
XYZ 22.56 16.17 96.54 -
YUV 88.38 222.03 67.82 -
System Red Green Blue C M Y K H S L
Decimal 4 99 255 0.98 0.61 0 0 217.29 1 0.51
Hex 4 63 FF 62 3D 0 0 D9 64 33
Octal 4 143 377 142 75 0 0 331 144 63
Binary 100 1100011 11111111 1100010 111101 0 0 11011001 1100100 110011

Color Harmonies of #0463FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0463FF

Black with #0463FF

Text Example


Text Example

White with #0463FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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