Html Css Color HEX #0463CA Navy Blue

📋 copy color: '#0463CA'

red 4 ◦ green 99 ◦ blue 202

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

Shades of Navy Blue #0463CA

Tints of Navy Blue #0463CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.23%

R = 1.31%
G = 32.46%
B = 66.23%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0463CA (or 0x0463CA) is known color: Navy Blue. HEX triplet: 04, 63 and CA. RGB value is (4,99,202). Sum of RGB (Red+Green+Blue) = 4+99+202=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #0463CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0463CA is #FB9C35. Grayscale: #515151. Windows color (decimal): -16489526 or 13263620. OLE color: 13263620.

HSL color Cylindrical-coordinate representation of color #0463CA: hue angle of 211.21º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0463CA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 99 202 -
CMYK 0.98 0.51 0 0.21
HSL 211.21º 0.96% 0.4% -
HSV(B) 211.21º 0.98% 0.79% -
XYZ 15.17 13.21 57.63 -
YUV 82.34 195.53 72.12 -
System Red Green Blue C M Y K H S L
Decimal 4 99 202 0.98 0.51 0 0.21 211.21 0.96 0.4
Hex 4 63 CA 62 33 0 15 D3 60 28
Octal 4 143 312 142 63 0 25 323 140 50
Binary 100 1100011 11001010 1100010 110011 0 10101 11010011 1100000 101000

Color Harmonies of #0463CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0463CA

Black with #0463CA

Text Example


Text Example

White with #0463CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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