Html Css Color HEX #0463DF Navy Blue

📋 copy color: '#0463DF'

red 4 ◦ green 99 ◦ blue 223

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

Shades of Navy Blue #0463DF

Tints of Navy Blue #0463DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 1.23%
G = 30.37%
B = 68.4%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0463DF (or 0x0463DF) is known color: Navy Blue. HEX triplet: 04, 63 and DF. RGB value is (4,99,223). Sum of RGB (Red+Green+Blue) = 4+99+223=326 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #0463DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0463DF is #FB9C20. Grayscale: #545454. Windows color (decimal): -16489505 or 14639876. OLE color: 14639876.

HSL color Cylindrical-coordinate representation of color #0463DF: hue angle of 213.97º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463DF is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 99 223 -
CMYK 0.98 0.56 0 0.13
HSL 213.97º 0.96% 0.45% -
HSV(B) 213.97º 0.98% 0.87% -
XYZ 17.83 14.28 71.63 -
YUV 84.73 206.03 70.42 -
System Red Green Blue C M Y K H S L
Decimal 4 99 223 0.98 0.56 0 0.13 213.97 0.96 0.45
Hex 4 63 DF 62 38 0 D D6 60 2D
Octal 4 143 337 142 70 0 15 326 140 55
Binary 100 1100011 11011111 1100010 111000 0 1101 11010110 1100000 101101

Color Harmonies of #0463DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0463DF

Black with #0463DF

Text Example


Text Example

White with #0463DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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