Html Css Color HEX #063FFA Navy Blue

📋 copy color: '#063FFA'

red 6 ◦ green 63 ◦ blue 250

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

Shades of Navy Blue #063FFA

Tints of Navy Blue #063FFA

RGB

 RED value IS 6 (2.73% from 255) = 1.88%

 GREEN value IS 63 (25% from 255) = 19.75%

 BLUE value IS 250 (98.05% from 255) = 78.37%

R = 1.88%
G = 19.75%
B = 78.37%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#063FFA (or 0x063FFA) is known color: Navy Blue. HEX triplet: 06, 3F and FA. RGB value is (6,63,250). Sum of RGB (Red+Green+Blue) = 6+63+250=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 63 (25% from 255 or 19.75% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #063FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FFA is #F9C005. Grayscale: #424242. Windows color (decimal): -16367622 or 16400134. OLE color: 16400134.

HSL color Cylindrical-coordinate representation of color #063FFA: hue angle of 225.98º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063FFA is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 63 250 -
CMYK 0.98 0.75 0 0.02
HSL 225.98º 0.96% 0.5% -
HSV(B) 225.98º 0.98% 0.98% -
XYZ 19.11 10.5 91.46 -
YUV 67.28 231.12 84.29 -
System Red Green Blue C M Y K H S L
Decimal 6 63 250 0.98 0.75 0 0.02 225.98 0.96 0.5
Hex 6 3F FA 62 4B 0 2 E2 60 32
Octal 6 77 372 142 113 0 2 342 140 62
Binary 110 111111 11111010 1100010 1001011 0 10 11100010 1100000 110010

Color Harmonies of #063FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FFA

Black with #063FFA

Text Example


Text Example

White with #063FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063FFA; }

 p { color: rgb(6,63,250); }

 H1.HeaderClassName
 {
   color: #063FFA;
 }
 .AnyTagClassName
 {
   color: #063FFA;
 }
</style>

background-color css

<style>
 a { background-color: #063FFA; }

 a { background-color: rgb(6,63,250); }

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

border-color css

<style>
 span { border-color: #063FFA; }

 span { border-color: rgb(6,63,250); }

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