Html Css Color HEX #063FF3 Navy Blue

📋 copy color: '#063FF3'

red 6 ◦ green 63 ◦ blue 243

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

Shades of Navy Blue #063FF3

Tints of Navy Blue #063FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 77.88%

R = 1.92%
G = 20.19%
B = 77.88%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#063FF3 (or 0x063FF3) is known color: Navy Blue. HEX triplet: 06, 3F and F3. RGB value is (6,63,243). Sum of RGB (Red+Green+Blue) = 6+63+243=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 243 (95.31% from 255 or 77.88% from 312); Max value from RGB is 243 - color contains mainly: blue. Hex color #063FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063FF3 is #F9C00C. Grayscale: #414141. Windows color (decimal): -16367629 or 15941382. OLE color: 15941382.

HSL color Cylindrical-coordinate representation of color #063FF3: hue angle of 225.57º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #063FF3 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 63 243 -
CMYK 0.98 0.74 0 0.05
HSL 225.57º 0.95% 0.49% -
HSV(B) 225.57º 0.98% 0.95% -
XYZ 18.03 10.06 85.79 -
YUV 66.48 227.62 84.86 -
System Red Green Blue C M Y K H S L
Decimal 6 63 243 0.98 0.74 0 0.05 225.57 0.95 0.49
Hex 6 3F F3 62 4A 0 5 E2 5F 31
Octal 6 77 363 142 112 0 5 342 137 61
Binary 110 111111 11110011 1100010 1001010 0 101 11100010 1011111 110001

Color Harmonies of #063FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063FF3

Black with #063FF3

Text Example


Text Example

White with #063FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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