Html Css Color HEX #0463EB Navy Blue

📋 copy color: '#0463EB'

red 4 ◦ green 99 ◦ blue 235

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

Shades of Navy Blue #0463EB

Tints of Navy Blue #0463EB

RGB

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

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

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

R = 1.18%
G = 29.29%
B = 69.53%

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

#0463EB (or 0x0463EB) is known color: Navy Blue. HEX triplet: 04, 63 and EB. RGB value is (4,99,235). Sum of RGB (Red+Green+Blue) = 4+99+235=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #0463EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0463EB is #FB9C14. Grayscale: #555555. Windows color (decimal): -16489493 or 15426308. OLE color: 15426308.

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

Color convert

RGB 4 99 235 -
CMYK 0.98 0.58 0 0.08
HSL 215.32º 0.97% 0.47% -
HSV(B) 215.32º 0.98% 0.92% -
XYZ 19.51 14.95 80.45 -
YUV 86.1 212.03 69.44 -
System Red Green Blue C M Y K H S L
Decimal 4 99 235 0.98 0.58 0 0.08 215.32 0.97 0.47
Hex 4 63 EB 62 3A 0 8 D7 61 2F
Octal 4 143 353 142 72 0 10 327 141 57
Binary 100 1100011 11101011 1100010 111010 0 1000 11010111 1100001 101111

Color Harmonies of #0463EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0463EB

Black with #0463EB

Text Example


Text Example

White with #0463EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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