Html Css Color HEX #0646FA Navy Blue

📋 copy color: '#0646FA'

red 6 ◦ green 70 ◦ blue 250

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

Shades of Navy Blue #0646FA

Tints of Navy Blue #0646FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

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

R = 1.84%
G = 21.47%
B = 76.69%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0646FA (or 0x0646FA) is known color: Navy Blue. HEX triplet: 06, 46 and FA. RGB value is (6,70,250). Sum of RGB (Red+Green+Blue) = 6+70+250=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #0646FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0646FA is #F9B905. Grayscale: #464646. Windows color (decimal): -16365830 or 16401926. OLE color: 16401926.

HSL color Cylindrical-coordinate representation of color #0646FA: hue angle of 224.26º 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 #0646FA is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 70 250 -
CMYK 0.98 0.72 0 0.02
HSL 224.26º 0.96% 0.5% -
HSV(B) 224.26º 0.98% 0.98% -
XYZ 19.52 11.32 91.6 -
YUV 71.38 228.8 81.36 -
System Red Green Blue C M Y K H S L
Decimal 6 70 250 0.98 0.72 0 0.02 224.26 0.96 0.5
Hex 6 46 FA 62 48 0 2 E0 60 32
Octal 6 106 372 142 110 0 2 340 140 62
Binary 110 1000110 11111010 1100010 1001000 0 10 11100000 1100000 110010

Color Harmonies of #0646FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0646FA

Black with #0646FA

Text Example


Text Example

White with #0646FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0646FA; }

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

 H1.HeaderClassName
 {
   color: #0646FA;
 }
 .AnyTagClassName
 {
   color: #0646FA;
 }
</style>

background-color css

<style>
 a { background-color: #0646FA; }

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

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

border-color css

<style>
 span { border-color: #0646FA; }

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

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