Html Css Color HEX #0463EA Navy Blue

📋 copy color: '#0463EA'

red 4 ◦ green 99 ◦ blue 234

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

Shades of Navy Blue #0463EA

Tints of Navy Blue #0463EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.44%

R = 1.19%
G = 29.38%
B = 69.44%

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

#0463EA (or 0x0463EA) is known color: Navy Blue. HEX triplet: 04, 63 and EA. RGB value is (4,99,234). Sum of RGB (Red+Green+Blue) = 4+99+234=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #0463EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0463EA is #FB9C15. Grayscale: #555555. Windows color (decimal): -16489494 or 15360772. OLE color: 15360772.

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

Color convert

RGB 4 99 234 -
CMYK 0.98 0.58 0 0.08
HSL 215.22º 0.97% 0.47% -
HSV(B) 215.22º 0.98% 0.92% -
XYZ 19.36 14.89 79.7 -
YUV 85.99 211.53 69.52 -
System Red Green Blue C M Y K H S L
Decimal 4 99 234 0.98 0.58 0 0.08 215.22 0.97 0.47
Hex 4 63 EA 62 3A 0 8 D7 61 2F
Octal 4 143 352 142 72 0 10 327 141 57
Binary 100 1100011 11101010 1100010 111010 0 1000 11010111 1100001 101111

Color Harmonies of #0463EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0463EA

Black with #0463EA

Text Example


Text Example

White with #0463EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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