Html Css Color HEX #063FFB Navy Blue

📋 copy color: '#063FFB'

red 6 ◦ green 63 ◦ blue 251

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

Shades of Navy Blue #063FFB

Tints of Navy Blue #063FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.44%

R = 1.88%
G = 19.69%
B = 78.44%

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

#063FFB (or 0x063FFB) is known color: Navy Blue. HEX triplet: 06, 3F and FB. RGB value is (6,63,251). Sum of RGB (Red+Green+Blue) = 6+63+251=320 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #063FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FFB is #F9C004. Grayscale: #424242. Windows color (decimal): -16367621 or 16465670. OLE color: 16465670.

HSL color Cylindrical-coordinate representation of color #063FFB: hue angle of 226.04º degrees, saturation: 0.97, 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 #063FFB is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 63 251 -
CMYK 0.98 0.75 0 0.02
HSL 226.04º 0.97% 0.5% -
HSV(B) 226.04º 0.98% 0.98% -
XYZ 19.27 10.56 92.29 -
YUV 67.39 231.62 84.21 -
System Red Green Blue C M Y K H S L
Decimal 6 63 251 0.98 0.75 0 0.02 226.04 0.97 0.5
Hex 6 3F FB 62 4B 0 2 E2 61 32
Octal 6 77 373 142 113 0 2 342 141 62
Binary 110 111111 11111011 1100010 1001011 0 10 11100010 1100001 110010

Color Harmonies of #063FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FFB

Black with #063FFB

Text Example


Text Example

White with #063FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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